mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-21 16:15:21 +00:00
16 lines
291 B
TOML
16 lines
291 B
TOML
[package]
|
|
name = "pumpkin-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
uuid.workspace = true
|
|
num-traits.workspace = true
|
|
num-derive.workspace = true
|
|
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
|
colored = "2"
|
|
md5 = "0.7.0"
|
|
|