aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-18 22:38:53 -0500
committermat <github@matdoes.dev>2022-04-18 22:38:53 -0500
commit751098b636c9aee54b9ca7a465fdaa769f10be4d (patch)
tree9ed0cd253dd95e6af3b2eefea86ad507dff4e19e /azalea-protocol/Cargo.toml
parent78e692efc3fffc939f1b5af02e3cf32ca5302265 (diff)
downloadazalea-drasl-751098b636c9aee54b9ca7a465fdaa769f10be4d.tar.xz
start working on declare commands packet
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index ff3bd9d4..37df8697 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -10,6 +10,7 @@ async-compression = {version = "^0.3.8", features = ["tokio", "zlib"]}
async-recursion = "^0.3.2"
async-trait = "0.1.51"
azalea-auth = {path = "../azalea-auth"}
+azalea-brigadier = {path = "../azalea-brigadier"}
azalea-chat = {path = "../azalea-chat"}
azalea-core = {path = "../azalea-core"}
azalea-nbt = {path = "../azalea-nbt"}