blob: 84ba691e2037365cb0a1124fa479c1a8640597cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "space-macros"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
just_fmt.workspace = true
|