aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 20:46:16 -0500
committermat <github@matdoes.dev>2022-06-17 20:46:16 -0500
commitf993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (patch)
tree43968ba301274358a74399a5ed3d73f5204e7046 /azalea-client/Cargo.toml
parentfcdb6d31eeb93887caae104724b230196a0fc5bc (diff)
downloadazalea-drasl-f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e.tar.xz
Create azalea-entity
Diffstat (limited to 'azalea-client/Cargo.toml')
-rwxr-xr-xazalea-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 1156f8de..cc34f03a 100755
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -9,6 +9,7 @@ version = "0.1.0"
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.18.0", features = ["sync"]}