aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-16 13:28:22 -0600
committermat <git@matdoes.dev>2023-12-16 13:28:22 -0600
commit9260892d44f2072be5c5be0c28ff37a6476ae25b (patch)
tree0b47e835d4d1192bb21cf484c4c5deda125e6f59 /azalea-protocol/Cargo.toml
parentdc26558415f697433d2ada8e32c11dfa28ed5827 (diff)
downloadazalea-drasl-9260892d44f2072be5c5be0c28ff37a6476ae25b.tar.xz
fix bytes of packets not being logged in tracing
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rw-r--r--azalea-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 9cbc4859..e5ff3824 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -46,6 +46,7 @@ trust-dns-resolver = { version = "^0.23.2", default-features = false, features =
"tokio-runtime",
] }
uuid = "1.6.1"
+log = "0.4.20"
[features]
connecting = []