MinedMap/Cargo.toml

19 lines
404 B
TOML
Raw Normal View History

2023-01-24 18:52:44 +01:00
[package]
name = "minedmap"
version = "0.1.0"
edition = "2021"
license = "MIT"
default-run = "minedmap"
2023-01-24 18:52:44 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-24 20:39:54 +01:00
anyhow = "1.0.68"
bytemuck = "1.13.0"
2023-01-24 20:39:54 +01:00
clap = { version = "4.1.4", features = ["derive"] }
enumflags2 = "0.7.5"
2023-01-24 20:39:54 +01:00
fastnbt = "2.3.2"
flate2 = "1.0.25"
itertools = "0.10.5"
2023-01-25 19:08:23 +01:00
serde = "1.0.152"