aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-06-17 20:46:16 -0500
committermat <github@matdoes.dev>2022-06-17 20:46:16 -0500
commitf993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e (patch)
tree43968ba301274358a74399a5ed3d73f5204e7046 /Cargo.lock
parentfcdb6d31eeb93887caae104724b230196a0fc5bc (diff)
downloadazalea-drasl-f993e79a7e6acc7aadd1e6cf9462d7a3e2c3ac3e.tar.xz
Create azalea-entity
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f3b5df08..85dc7a98 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,6 +106,7 @@ dependencies = [
"azalea-auth",
"azalea-core",
"azalea-crypto",
+ "azalea-entity",
"azalea-protocol",
"azalea-world",
"tokio",
@@ -133,6 +134,13 @@ dependencies = [
]
[[package]]
+name = "azalea-entity"
+version = "0.1.0"
+dependencies = [
+ "azalea-core",
+]
+
+[[package]]
name = "azalea-language"
version = "0.1.0"
dependencies = [