aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b12a09d0..254dc5db 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -75,7 +75,6 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
name = "azalea-auth"
version = "0.1.0"
dependencies = [
- "num-bigint",
"uuid",
]
@@ -97,6 +96,7 @@ name = "azalea-client"
version = "0.1.0"
dependencies = [
"azalea-auth",
+ "azalea-core",
"azalea-crypto",
"azalea-protocol",
"tokio",