diff options
| author | mat <github@matdoes.dev> | 2022-06-23 19:17:04 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-23 19:17:04 -0500 |
| commit | 37c6618c16319a7f40fd2e165190407472598e84 (patch) | |
| tree | 6d712df8893041f0e49cfa6ca7adc9a411d39b84 /Cargo.lock | |
| parent | 1089aa7961bd9af67c94dec9c5dbc6bd9f275225 (diff) | |
| download | azalea-drasl-37c6618c16319a7f40fd2e165190407472598e84.tar.xz | |
Fix everything so azalea-buf works
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -96,6 +96,7 @@ dependencies = [ "buf-macros", "byteorder", "tokio", + "uuid", ] [[package]] @@ -150,8 +151,10 @@ dependencies = [ name = "azalea-entity" version = "0.1.0" dependencies = [ + "azalea-buf", + "azalea-chat", "azalea-core", - "azalea-protocol", + "azalea-nbt", "uuid", ] @@ -188,6 +191,7 @@ dependencies = [ "azalea-chat", "azalea-core", "azalea-crypto", + "azalea-entity", "azalea-nbt", "byteorder", "bytes", @@ -209,10 +213,10 @@ name = "azalea-world" version = "0.1.0" dependencies = [ "azalea-block", + "azalea-buf", "azalea-core", "azalea-entity", "azalea-nbt", - "azalea-protocol", "log", "nohash-hasher", ] |
