aboutsummaryrefslogtreecommitdiff
path: root/bot/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-11-12 23:54:05 -0600
committerGitHub <noreply@github.com>2022-11-12 23:54:05 -0600
commit6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc (patch)
treea5e493ccd7ec24293b8d866242c3836146517122 /bot/Cargo.toml
parentfa57d03627aa20b1df44caed7cb025b6db1d9b53 (diff)
downloadazalea-drasl-6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc.tar.xz
Pathfinder (#25)
Pathfinding is very much not done, but it works enough and I want to get this merged. TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
Diffstat (limited to 'bot/Cargo.toml')
-rw-r--r--bot/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index 9212f796..6663d1f7 100644
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -11,6 +11,6 @@ version = "0.2.0"
anyhow = "1.0.65"
azalea = {path = "../azalea"}
env_logger = "0.9.1"
-parking_lot = "^0.12.1"
-tokio = "^1.21.2"
+parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
+tokio = "1.19.2"
uuid = "1.1.2"