mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
30 lines
525 B
TOML
30 lines
525 B
TOML
[package]
|
|
name = "pumpkin-nbt"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
pumpkin-codecs.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
bytes.workspace = true
|
|
rustc-hash.workspace = true
|
|
uuid.workspace = true
|
|
|
|
cesu8.workspace = true
|
|
flate2.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
criterion.workspace = true
|
|
|
|
[[bench]]
|
|
name = "nbt_bench"
|
|
harness = false
|
|
|
|
[lints]
|
|
workspace = true
|