mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
24 lines
399 B
TOML
24 lines
399 B
TOML
[package]
|
|
name = "pumpkin-util"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-nbt = { path = "../pumpkin-nbt" }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
bytes.workspace = true
|
|
|
|
num-derive = "0.4"
|
|
num-traits = "0.2"
|
|
|
|
colored = "3.0"
|
|
md5 = "0.8"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
proc-macro2 = "1.0"
|
|
enum_dispatch = "0.3.13"
|
|
|
|
uuid.workspace = true
|
|
tokio.workspace = true
|