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

[lib]
proc-macro = true

[dependencies]
synstructure = "0.13.0"
syn = { version = "2", features = ["full"] }
proc-macro2 = "1"
quote = "1"