aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
blob: 4b310ad4e1f1a2ad02c3619c076cd6242c913860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "macros"
version = "0.0.0"
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0"
proc-macro2 = "1.0.27"

[dependencies.syn]
version = "1.0"
features = [ "full" ]

[lib]
proc-macro = true