aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
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 /azalea-client/Cargo.toml
parent4247945df13507fb07a4746263bb702d6fbe04cd (diff)
downloadazalea-drasl-14a6f9d9f89452b56102ffc5dc61125cc2b63aff.tar.xz
replace printlns with log
Diffstat (limited to 'azalea-client/Cargo.toml')
-rwxr-xr-xazalea-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index e69da668..66e5ca42 100755
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -15,6 +15,7 @@ azalea-crypto = {path = "../azalea-crypto"}
azalea-physics = {path = "../azalea-physics"}
azalea-protocol = {path = "../azalea-protocol"}
azalea-world = {path = "../azalea-world"}
+log = "0.4.17"
thiserror = "^1.0.34"
tokio = {version = "^1.19.2", features = ["sync"]}
uuid = "^1.1.2"