aboutsummaryrefslogtreecommitdiff
path: root/azalea/Cargo.toml
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 /azalea/Cargo.toml
parent7ad4b227267e3bb2da99ef5d76c30cd54d040157 (diff)
downloadazalea-drasl-6c6eb5572b869e3199adc560b101fa663c01b5d2.tar.xz
clippy + replace some printlns with debug
Diffstat (limited to 'azalea/Cargo.toml')
-rwxr-xr-xazalea/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 846abad5..aac249c8 100755
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -17,6 +17,7 @@ azalea-core = {version = "0.3.0", path = "../azalea-core"}
azalea-physics = { version = "0.3.0", path = "../azalea-physics" }
azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"}
azalea-world = { version = "0.3.0", path = "../azalea-world" }
+log = "0.4.17"
num-traits = "0.2.15"
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
priority-queue = "1.3.0"