azalea/azalea-world/Cargo.toml
2022-06-16 23:38:51 -05:00

12 lines
349 B
TOML

[package]
edition = "2021"
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-core = {path = "../azalea-core"}
azalea-nbt = {path = "../azalea-nbt"}
azalea-protocol = {path = "../azalea-protocol"}
azalea-block = {path = "../azalea-block"}