]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_macros/Cargo.toml
Auto merge of #88999 - Migi:master, r=oli-obk
[rust.git] / compiler / rustc_macros / Cargo.toml
1 [package]
2 name = "rustc_macros"
3 version = "0.1.0"
4 edition = "2021"
5
6 [lib]
7 proc-macro = true
8
9 [dependencies]
10 synstructure = "0.12.1"
11 syn = { version = "1", features = ["full"] }
12 proc-macro2 = "1"
13 quote = "1"