mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
Move nbtdump and regiondump examples to minedmap-nbt crate
This commit is contained in:
parent
810a05ab36
commit
2544ee9e80
4 changed files with 4 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -584,6 +584,7 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
|
"clap",
|
||||||
"fastnbt",
|
"fastnbt",
|
||||||
"flate2",
|
"flate2",
|
||||||
"minedmap-types",
|
"minedmap-types",
|
||||||
|
|
|
@ -15,3 +15,6 @@ serde = "1.0.183"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
zlib-ng = ["flate2/zlib-ng"]
|
zlib-ng = ["flate2/zlib-ng"]
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
clap = { version = "4.3.23", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue