mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
15 lines
334 B
TOML
15 lines
334 B
TOML
[package]
|
|
name = "pumpkin-registry"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-protocol = { path = "../pumpkin-protocol"}
|
|
pumpkin-text = { path = "../pumpkin-text"}
|
|
|
|
# nbt
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
|
fastsnbt = "0.2"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|