aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/Cargo.toml
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-09-09 19:27:59 +0000
committerUbuntu <github@matdoes.dev>2022-09-09 19:27:59 +0000
commitc033587503eedc822cd3c9d44bf60a6dc51f8263 (patch)
tree2c775d195a2198db52a244e95d70dd457d548915 /azalea-protocol/Cargo.toml
parent98000f800f31c85c7bbf121b116047137b503c49 (diff)
downloadazalea-drasl-c033587503eedc822cd3c9d44bf60a6dc51f8263.tar.xz
add logger
Diffstat (limited to 'azalea-protocol/Cargo.toml')
-rwxr-xr-xazalea-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 513e324c..62de47d9 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -24,6 +24,7 @@ azalea-world = {path = "../azalea-world", version = "^0.1.0"}
byteorder = "^1.4.3"
bytes = "^1.1.0"
flate2 = "1.0.23"
+log = "0.4.17"
serde = {version = "1.0.130", features = ["serde_derive"]}
serde_json = "^1.0.72"
thiserror = "^1.0.34"