aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-19 21:29:07 -0500
committermat <github@matdoes.dev>2022-04-19 21:29:07 -0500
commit65dd2eacc2eb8c76ae8f496c8473537e380dbc17 (patch)
tree113e879b9bea299f797f16370ef105586c1232b3 /azalea-protocol/Cargo.toml
parentdf318dba73750ce38afea675854a8ce6ccbc65e5 (diff)
parentcafa4dd76fecc9e331f35145e10539e1f5ac85f6 (diff)
downloadazalea-drasl-65dd2eacc2eb8c76ae8f496c8473537e380dbc17.tar.xz
Merge branch '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"}