rust/compiler/rustc_macros/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
207 B
TOML
Raw Normal View History

2018-12-03 00:14:35 +00:00
[package]
name = "rustc_macros"
version = "0.1.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
2018-12-03 00:14:35 +00:00
[lib]
proc-macro = true
[dependencies]
2023-03-27 13:44:06 +00:00
synstructure = "0.13.0"
syn = { version = "2", features = ["full"] }
2019-10-04 12:43:23 +00:00
proc-macro2 = "1"
quote = "1"