aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-11-18 22:10:34 -0600
committermat <github@matdoes.dev>2022-11-18 22:10:34 -0600
commit6c6eb5572b869e3199adc560b101fa663c01b5d2 (patch)
tree0d2b92c6ea08ed383845d6306747ed399b6a91ea /Cargo.lock
parent7ad4b227267e3bb2da99ef5d76c30cd54d040157 (diff)
downloadazalea-drasl-6c6eb5572b869e3199adc560b101fa663c01b5d2.tar.xz
clippy + replace some printlns with debug
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f97c3e2a..8d8b68e5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,6 +120,7 @@ dependencies = [
"azalea-protocol",
"azalea-world",
"env_logger",
+ "log",
"num-traits",
"parking_lot",
"priority-queue",