From e21e1b97bf9337e9f4747cd1b545b1b3a03e2ce7 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:45:26 -0600 Subject: Refactor azalea-client (#205) * start organizing packet_handling more by moving packet handlers into their own functions * finish writing all the handler functions for packets * use macro for generating match statement for packet handler functions * fix set_entity_data * update config state to also use handler functions * organize az-client file structure by moving things into plugins directory * fix merge issues --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f549d16f..d4cb4331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,6 @@ repository = "https://github.com/azalea-rs/azalea" aes = "0.8.4" anyhow = "1.0.95" async-recursion = "1.1.1" -async-trait = "0.1.86" base64 = "0.22.1" bevy_app = "0.15.2" bevy_ecs = { version = "0.15.2", default-features = false } @@ -49,7 +48,6 @@ env_logger = "0.11.6" flate2 = "1.0.35" futures = "0.3.31" futures-lite = "2.6.0" -log = "0.4.25" md-5 = "0.10.6" minecraft_folder_path = "0.1.2" nohash-hasher = "0.2.0" @@ -80,6 +78,7 @@ hickory-resolver = { version = "0.24.3", default-features = false } uuid = "1.12.1" num-format = "0.4.4" indexmap = "2.7.1" +paste = "1.0.15" compact_str = "0.8.1" # --- Profile Settings --- -- cgit v1.2.3