aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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