mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 23:33:27 +00:00
16 lines
261 B
TOML
16 lines
261 B
TOML
[package]
|
|
name = "rustc_macros"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2.0.9", features = ["full"] }
|
|
synstructure = "0.13.0"
|
|
# tidy-alphabetical-end
|