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

[lib]
proc-macro = true

[dependencies]
string_proc = { path = "../../../utils/string_proc" }
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"