mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
15 lines
291 B
TOML
15 lines
291 B
TOML
[package]
|
|
name = "pumpkin-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
uuid.workspace = true
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
|
colored = "2"
|
|
md5 = "0.7.0"
|
|
|
|
num-traits = "0.2.19"
|
|
num-derive = { version = "0.4.2" }
|