summaryrefslogtreecommitdiff
path: root/systems/_constants/macros/Cargo.toml
blob: 22eff88a3e3d03e724564b51163046a84b051247 (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]
just_fmt.workspace = true
proc-macro2.workspace = true
quote.workspace = true
regex.workspace = true
syn.workspace = true