mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
- also moved tempfile dep to dev-dependencies - removed the noise crate - renamed some things
16 lines
246 B
TOML
16 lines
246 B
TOML
[package]
|
|
name = "pumpkin-nbt"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
bytes.workspace = true
|
|
|
|
cesu8 = "1.1"
|
|
flate2 = "1.1"
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|