From 8313952541c049615af944b87b80c686bbf62073 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 23:04:18 -0500 Subject: Simplify packet macro Now every packet implements McBufWritable and McBufReadable and uses those so the code doesn't have to be duplicated. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') 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", -- cgit v1.2.3