mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-21 17:25:29 +00:00
17 lines
250 B
TOML
17 lines
250 B
TOML
[package]
|
|
name = "pumpkin-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
itertools.workspace = true
|
|
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|