aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-23 19:17:04 -0500
committermat <github@matdoes.dev>2022-06-23 19:17:04 -0500
commit37c6618c16319a7f40fd2e165190407472598e84 (patch)
tree6d712df8893041f0e49cfa6ca7adc9a411d39b84 /Cargo.lock
parent1089aa7961bd9af67c94dec9c5dbc6bd9f275225 (diff)
downloadazalea-drasl-37c6618c16319a7f40fd2e165190407472598e84.tar.xz
Fix everything so azalea-buf works
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 855b65de..aeea0fb1 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]