aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5674b2e9..0faed271 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,6 +100,7 @@ dependencies = [
"azalea-core",
"azalea-crypto",
"azalea-protocol",
+ "azalea-world",
"tokio",
]
@@ -172,6 +173,15 @@ dependencies = [
]
[[package]]
+name = "azalea-world"
+version = "0.1.0"
+dependencies = [
+ "azalea-core",
+ "azalea-nbt",
+ "azalea-protocol",
+]
+
+[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -191,6 +201,7 @@ name = "bot"
version = "0.1.0"
dependencies = [
"azalea-client",
+ "azalea-core",
"azalea-protocol",
"tokio",
]