summaryrefslogtreecommitdiff
path: root/systems/sheet/macros/Cargo.toml
blob: d7a59d17ea75ebeffb37ef047e654fced255cee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sheet_system_macros"
version.workspace = true
edition = "2024"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"