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

[lib]
proc-macro = true

[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
just_fmt.workspace = true