Files
rust/compiler/rustc_macros/Cargo.toml

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

19 lines
287 B
TOML
Raw Normal View History

2018-12-03 01:14:35 +01:00
[package]
name = "rustc_macros"
2023-10-18 21:55:15 +00:00
version = "0.0.0"
2025-02-20 18:37:58 +00:00
edition = "2024"
2018-12-03 01:14:35 +01:00
[lib]
proc-macro = true
[dependencies]
# tidy-alphabetical-start
2019-10-04 14:43:23 +02:00
proc-macro2 = "1"
quote = "1"
syn = { version = "2.0.9", features = ["full"] }
synstructure = "0.13.0"
# tidy-alphabetical-end
[lints]
workspace = true