aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
blob: 7d9167f7a9fd9bd41c0998a89c37b499f4aa5414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustables-macros"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-error = "1"