mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
16 lines
244 B
TOML
16 lines
244 B
TOML
[package]
|
|
name = "pumpkin-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
serde.workspace = true
|
|
itertools.workspace = true
|
|
serde_json = "1.0.128"
|