proxisim/macros/Cargo.toml
2023-12-31 21:26:43 +01:00

15 lines
279 B
TOML

[package]
name = "macros"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["parsing"] }
proc-macro2 = "1"
quote = "1"