mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-12-11 21:10:53 +00:00
22 lines
457 B
TOML
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
|