]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_macros/Cargo.toml
Auto merge of #83401 - fee1-dead:master, r=davidtwco
[rust.git] / compiler / rustc_macros / Cargo.toml
1 [package]
2 name = "rustc_macros"
3 version = "0.1.0"
4 authors = ["The Rust Project Developers"]
5 edition = "2018"
6
7 [lib]
8 proc-macro = true
9
10 [dependencies]
11 synstructure = "0.12.1"
12 syn = { version = "1", features = ["full"] }
13 proc-macro2 = "1"
14 quote = "1"