aboutsummaryrefslogtreecommitdiff
path: root/bird-machine-macros/Cargo.toml
blob: 62d1af162a79fa6abbd90dc1ed6ac401247fefca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bird-machine-macros"
version = "0.0.1"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
description = "proc macros for bird-machine"
repository = "https://code.boringcactus.com/bird-machine/"
license-file = "LICENSE"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
regex-syntax = "0.6"
proc-macro2 = "1.0"
quote = "1"
syn = "1.0"