diff options
| author | mat <github@matdoes.dev> | 2022-09-05 11:44:48 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-09-05 11:44:48 -0500 |
| commit | fcb5bdf04241082d08b1ecc083745d6d97af61a9 (patch) | |
| tree | b41a76923e299dc60802d676a319c85f9c76858c /azalea-protocol/Cargo.toml | |
| parent | 4301a2f2d4c711fd50a54cf065079c42b89a72f2 (diff) | |
| download | azalea-drasl-fcb5bdf04241082d08b1ecc083745d6d97af61a9.tar.xz | |
use az-registry in az-protocol
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 6b7dc290..513e324c 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -11,6 +11,7 @@ version = "0.1.0" async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" azalea-auth = {path = "../azalea-auth", version = "^0.1.0"} +azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"} azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"} azalea-buf = {path = "../azalea-buf", version = "^0.1.0"} azalea-chat = {path = "../azalea-chat", version = "^0.1.1"} @@ -18,6 +19,7 @@ azalea-core = {path = "../azalea-core", optional = true, version = "^0.1.0"} azalea-crypto = {path = "../azalea-crypto", version = "^0.1.0"} azalea-nbt = {path = "../azalea-nbt", version = "^0.1.0"} azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.1.0"} +azalea-registry = {path = "../azalea-registry", version = "^0.1.0"} azalea-world = {path = "../azalea-world", version = "^0.1.0"} byteorder = "^1.4.3" bytes = "^1.1.0" |
