azalea/azalea-world/Cargo.toml

21 lines
514 B
TOML
Raw Normal View History

2022-05-01 23:59:07 +00:00
[package]
2022-05-02 05:24:29 +00:00
edition = "2021"
2022-05-01 23:59:07 +00:00
name = "azalea-world"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-block = {path = "../azalea-block", default-features = false}
2022-06-24 00:17:04 +00:00
azalea-buf = {path = "../azalea-buf"}
2022-05-03 05:33:32 +00:00
azalea-core = {path = "../azalea-core"}
2022-06-18 04:55:11 +00:00
azalea-entity = {path = "../azalea-entity"}
2022-05-03 05:33:32 +00:00
azalea-nbt = {path = "../azalea-nbt"}
log = "0.4.17"
2022-06-18 04:55:11 +00:00
nohash-hasher = "0.2.0"
thiserror = "1.0.32"
2022-06-25 04:10:59 +00:00
uuid = "1.1.2"
2022-06-18 04:55:11 +00:00
[profile.release]
lto = true