13 lines
182 B
TOML
13 lines
182 B
TOML
|
[package]
|
||
|
name = "macros"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
syn = { version = "1.0", features = ["full"] }
|
||
|
serde_json = "1.0"
|
||
|
quote = "1.0"
|