azalea/azalea-core/Cargo.toml

15 lines
436 B
TOML
Raw Normal View History

2021-12-16 05:07:10 +00:00
[package]
description = "Miscellaneous things in Azalea."
2021-12-16 05:07:10 +00:00
edition = "2021"
license = "MIT"
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]
azalea-buf = {path = "../azalea-buf", version = "^0.1.0"}
azalea-chat = {path = "../azalea-chat", version = "^0.1.0"}
azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"}
uuid = "^1.1.2"