From e0d3352a90ddbdeb06314e6f38d2afe6fa4ddd78 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 7 May 2025 20:50:29 +0000 Subject: add chat signing --- azalea-client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-client/Cargo.toml') diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 88bf02bc..c9adbe5a 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -25,6 +25,7 @@ bevy_ecs.workspace = true bevy_log = { workspace = true, optional = true } bevy_tasks.workspace = true bevy_time.workspace = true +chrono = { workspace = true, features = ["now"] } derive_more = { workspace = true, features = ["deref", "deref_mut"] } minecraft_folder_path.workspace = true parking_lot.workspace = true -- cgit v1.2.3