0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-01-18 10:11:55 +00:00
Pumpkin/pumpkin-macros/Cargo.toml
Snowiiii f587cb6748 remove iter_tools
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
2024-12-12 23:40:52 +01:00

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"