azalea/azalea-client/Cargo.toml
2022-06-25 16:23:40 -05:00

16 lines
505 B
TOML
Executable file

[package]
edition = "2021"
name = "azalea-client"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
azalea-auth = {path = "../azalea-auth"}
azalea-core = {path = "../azalea-core"}
azalea-crypto = {path = "../azalea-crypto"}
azalea-entity = {path = "../azalea-entity"}
azalea-protocol = {path = "../azalea-protocol"}
azalea-world = {path = "../azalea-world"}
tokio = {version = "1.19.2", features = ["sync"]}
uuid = "1.1.2"