]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_macros/Cargo.toml
Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514
[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"