mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
10 lines
233 B
TOML
10 lines
233 B
TOML
[package]
|
|
name = "pumpkin-text"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
|
|
uuid.workspace = true
|