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

[lib]
proc-macro = true

[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["visit"] }