azalea/azalea-world/Cargo.toml

10 lines
229 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-05-02 05:24:29 +00:00
azalea-protocol = {path = "../azalea-protocol"}