summary refs log tree commit diff
path: root/compiler/rustc_macros/Cargo.toml
blob: 73eb0dd56d772b1ba3d7a618bcbd03cfedced2b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustc_macros"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"

[lib]
proc-macro = true

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