mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
13 lines
247 B
TOML
13 lines
247 B
TOML
|
[package]
|
||
|
name = "rustc_macros"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The Rust Project Developers"]
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
synstructure = "0.10.1"
|
||
|
syn = { version = "0.15.22", features = ["full"] }
|
||
|
proc-macro2 = "0.4.24"
|
||
|
quote = "0.6.10"
|