aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth
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 /azalea-auth
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 'azalea-auth')
-rwxr-xr-xazalea-auth/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index 1015547b..aa9b7bdb 100755
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -6,5 +6,4 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-num-bigint = "^0.4.3"
uuid = "^0.8.2"