mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
31 lines
598 B
TOML
31 lines
598 B
TOML
[package]
|
|
name = "pumpkin-world"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-core = { path = "../pumpkin-core" }
|
|
pumpkin-macros = { path = "../pumpkin-macros" }
|
|
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
|
tokio.workspace = true
|
|
rayon.workspace = true
|
|
derive_more.workspace = true
|
|
itertools.workspace = true
|
|
thiserror = "1.0"
|
|
futures = "0.3"
|
|
flate2 = "1.0"
|
|
serde.workspace = true
|
|
serde_json = "1.0"
|
|
static_assertions = "1.1.0"
|
|
log.workspace = true
|
|
|
|
parking_lot.workspace = true
|
|
|
|
noise = "0.9.0"
|
|
|
|
rand = "0.8.5"
|
|
|
|
num-traits = "0.2"
|
|
num-derive = "0.4"
|