rust/compiler/rustc_index_macros/Cargo.toml

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

17 lines
256 B
TOML
Raw Permalink Normal View History

2023-10-23 19:16:14 -05:00
[package]
name = "rustc_index_macros"
version = "0.0.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0.9", features = ["full", "extra-traits"] }
2023-10-23 19:16:14 -05:00
proc-macro2 = "1"
quote = "1"
[features]
default = ["nightly"]
nightly = []