From 615df92e07472e24b512ec893b9e88d6c8b8e90a Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 29 Mar 2026 15:51:13 -0300 Subject: add packet_logger example to azalea-protocol --- azalea-protocol/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-protocol/Cargo.toml') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 3ae65416..9d6e89df 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -11,6 +11,9 @@ eyre.workspace = true tracing.workspace = true tracing-subscriber.workspace = true criterion.workspace = true +chrono = { workspace = true, features = ["now"] } +minecraft_folder_path.workspace = true +parking_lot.workspace = true [dependencies] azalea-auth.workspace = true -- cgit v1.2.3