mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 13:16:57 +00:00
21 lines
357 B
TOML
21 lines
357 B
TOML
[package]
|
|
name = "rustc_index_macros"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn = { version = "2.0.9", features = ["full", "extra-traits"] }
|
|
# tidy-alphabetical-end
|
|
|
|
[features]
|
|
# tidy-alphabetical-start
|
|
nightly = []
|
|
# tidy-alphabetical-end
|
|
|