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 = [
|
||||
"anyhow",
|
||||
"bytemuck",
|
||||
"clap",
|
||||
"fastnbt",
|
||||
"flate2",
|
||||
"minedmap-types",
|
||||
|
|
|
@ -15,3 +15,6 @@ serde = "1.0.183"
|
|||
|
||||
[features]
|
||||
zlib-ng = ["flate2/zlib-ng"]
|
||||
|
||||
[dev-dependencies]
|
||||
clap = { version = "4.3.23", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue