blob: f571f29d34c1c0d801943e7d58b2b06491f3a56c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "comp_system_macros"
version.workspace = true
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["visit"] }
|