aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-29 15:51:13 -0300
committermat <git@matdoes.dev>2026-03-29 15:51:13 -0300
commit615df92e07472e24b512ec893b9e88d6c8b8e90a (patch)
tree09180370773edec363dc09b3cfedf8a01a2a6ab9 /azalea-protocol/Cargo.toml
parent29beda74efc7df4fa1cddbf66d170ba7fcd71851 (diff)
downloadazalea-drasl-615df92e07472e24b512ec893b9e88d6c8b8e90a.tar.xz
add packet_logger example to azalea-protocol
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