0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-12-11 21:10:53 +00:00
2024-12-08 23:59:52 +01:00

22 lines
457 B
TOML

[package]
name = "pumpkin-registry"
version.workspace = true
edition.workspace = true
[dependencies]
pumpkin-protocol = { path = "../pumpkin-protocol" }
pumpkin-nbt = { path = "../pumpkin-nbt" }
pumpkin-core = { path = "../pumpkin-core" }
indexmap = { version = "2.7.0", features = ["serde"] }
serde.workspace = true
serde_json.workspace = true
rayon.workspace = true
num-traits.workspace = true
num-derive.workspace = true
itertools.workspace = true