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 /Cargo.lock | |
| parent | 4301a2f2d4c711fd50a54cf065079c42b89a72f2 (diff) | |
| download | azalea-drasl-fcb5bdf04241082d08b1ecc083745d6d97af61a9.tar.xz | |
use az-registry in az-protocol
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -106,6 +106,7 @@ name = "azalea-block" version = "0.1.0" dependencies = [ "azalea-block-macros", + "azalea-buf", ] [[package]] @@ -235,6 +236,7 @@ dependencies = [ "async-compression", "async-recursion", "azalea-auth", + "azalea-block", "azalea-brigadier", "azalea-buf", "azalea-chat", @@ -242,6 +244,7 @@ dependencies = [ "azalea-crypto", "azalea-nbt", "azalea-protocol-macros", + "azalea-registry", "azalea-world", "byteorder", "bytes", @@ -268,6 +271,7 @@ dependencies = [ name = "azalea-registry" version = "0.1.0" dependencies = [ + "azalea-buf", "azalea-registry-macros", ] |
