mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-24 05:56:18 +00:00
402f3951f5
* 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
11 lines
186 B
TOML
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"
|