mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
18 lines
319 B
TOML
18 lines
319 B
TOML
[package]
|
|
name = "pumpkin-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-nbt = { path = "../pumpkin-nbt" }
|
|
serde.workspace = true
|
|
bytes.workspace = true
|
|
uuid.workspace = true
|
|
num-traits.workspace = true
|
|
num-derive.workspace = true
|
|
|
|
colored = "2"
|
|
md5 = "0.7.0"
|
|
|
|
enum_dispatch = "0.3.13"
|