summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_macros/Cargo.toml
blob: d8d2bef496404d7b2ee15183ae6e4142b738f6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc_macros"
version = "0.0.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
# tidy-alphabetical-start
proc-macro2 = "1"
quote = "1"
syn = { version = "2.0.9", features = ["full"] }
synstructure = "0.13.0"
# tidy-alphabetical-end