0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-11-24 05:56:18 +00:00
Pumpkin/pumpkin-nbt/Cargo.toml
Alexander Medvedev 402f3951f5
Move to own NBT crate (Mostly) (#100)
* Remove fastnbt as dependency

* Move to own NBT crate

* Added deserialization

Also replaced i8 bool's with bool's

* Use: fastnbt for pumpkin-world

Until i don't figure out why Arrays do not work, we can use fastnbt
2024-11-23 14:50:54 +01:00

11 lines
186 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.0"