aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-09-19 19:53:16 +0000
committerUbuntu <github@matdoes.dev>2022-09-19 19:53:16 +0000
commit14a6f9d9f89452b56102ffc5dc61125cc2b63aff (patch)
treee73c03bb327422142dc27c3b163f49d44f948d0e /Cargo.lock
parent4247945df13507fb07a4746263bb702d6fbe04cd (diff)
downloadazalea-drasl-14a6f9d9f89452b56102ffc5dc61125cc2b63aff.tar.xz
replace printlns with log
Diffstat (limited to 'Cargo.lock')
-rwxr-xr-xCargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f4f45242..1e78a8a1 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -167,6 +167,7 @@ dependencies = [
"azalea-physics",
"azalea-protocol",
"azalea-world",
+ "log",
"thiserror",
"tokio",
"uuid",