aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-30 23:04:18 -0500
committermat <github@matdoes.dev>2022-04-30 23:04:18 -0500
commit8313952541c049615af944b87b80c686bbf62073 (patch)
treebda219f25ae448c2bd0054ce2187be63f513b02e /Cargo.lock
parent0dc6decf7f3a4ea273e0eabccd74815c528ba6bd (diff)
downloadazalea-drasl-8313952541c049615af944b87b80c686bbf62073.tar.xz
Simplify packet macro
Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated.
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",