azalea/azalea-core/Cargo.toml

11 lines
236 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]
2021-12-18 16:04:10 +00:00
azalea-chat = {path = "../azalea-chat"}
2021-12-16 05:07:10 +00:00
uuid = "^0.8.2"