rust/compiler/rustc_macros/Cargo.toml
2026-02-01 11:12:10 +01:00

17 lines
307 B
TOML

[package]
name = "rustc_macros"
version = "0.0.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
# tidy-alphabetical-start
fluent-bundle = "0.16"
fluent-syntax = "0.12"
proc-macro2 = "1"
quote = "1"
syn = { version = "2.0.9", features = ["full"] }
synstructure = "0.13.0"
# tidy-alphabetical-end