mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-01-18 10:11:55 +00:00
f587cb6748
we only used them for collect_vec. I think its worth the "effort" to write Vec type annotations ourself and have one big crate with way too may features we don't need less
16 lines
223 B
TOML
16 lines
223 B
TOML
[package]
|
|
name = "pumpkin-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|