azalea/azalea-world/Cargo.toml

18 lines
447 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]
2022-06-18 04:55:11 +00:00
azalea-block = {path = "../azalea-block"}
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"}
2022-05-02 05:24:29 +00:00
azalea-protocol = {path = "../azalea-protocol"}
2022-06-18 04:55:11 +00:00
nohash-hasher = "0.2.0"
[profile.release]
lto = true