diff options
| author | mat <github@matdoes.dev> | 2022-04-19 21:29:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-19 21:29:07 -0500 |
| commit | 65dd2eacc2eb8c76ae8f496c8473537e380dbc17 (patch) | |
| tree | 113e879b9bea299f797f16370ef105586c1232b3 /azalea-protocol/Cargo.toml | |
| parent | df318dba73750ce38afea675854a8ce6ccbc65e5 (diff) | |
| parent | cafa4dd76fecc9e331f35145e10539e1f5ac85f6 (diff) | |
| download | azalea-drasl-65dd2eacc2eb8c76ae8f496c8473537e380dbc17.tar.xz | |
Merge branch 'declare-commands-packet'
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 1 |
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"} |
