azalea/azalea-core/Cargo.toml

13 lines
312 B
TOML
Raw Normal View History

2021-12-16 05:07:10 +00:00
[package]
edition = "2021"
2021-12-16 05:10:55 +00:00
name = "azalea-core"
2021-12-16 05:07:10 +00:00
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-23 20:12:17 +00:00
azalea-buf = {path = "../azalea-buf"}
2021-12-18 16:04:10 +00:00
azalea-chat = {path = "../azalea-chat"}
2022-04-26 15:13:47 +00:00
azalea-nbt = {path = "../azalea-nbt"}
uuid = "^1.1.2"