1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea-nbt/Cargo.toml
2022-06-23 15:12:17 -05:00

26 lines
491 B
TOML
Executable file

[package]
edition = "2021"
name = "azalea-nbt"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-buf = {path = "../azalea-buf"}
byteorder = "1.4.3"
flate2 = "1.0.23"
num-derive = "^0.3.3"
num-traits = "^0.2.14"
[dev-dependencies]
criterion = {version = "^0.3.5", features = ["html_reports"]}
[profile.release]
lto = true
[profile.bench]
debug = true
[[bench]]
harness = false
name = "my_benchmark"