summaryrefslogtreecommitdiff
path: root/systems/_constants/macros/Cargo.toml
blob: 1b1012b4c1f9f22bac7eac38e11b29784f5cfa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "constants_macros"
version = "0.1.0"
edition = "2024"

[lib]
proc-macro = true

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