summaryrefslogtreecommitdiff
path: root/systems/_asset/macros/Cargo.toml
blob: 5a2ae2569b6066e5029a8de291f9e2432bf446b1 (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]
just_fmt.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["full", "extra-traits"] }