summaryrefslogtreecommitdiff
path: root/macros/cmd_system_macros/Cargo.toml
blob: 4a91064dd69c22e070d93f5ad8415e02be2d94bf (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 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits", "visit"] }