summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2020-04-25 12:08:49 +0200
committerJustin Wernick <justin@worthe-it.co.za>2020-04-25 12:08:49 +0200
commit52e0c74c506e2331cab8b4b118373c63cdc59364 (patch)
tree68fcf8f0de444ee70fb507acced0a9a246c0c1b9 /Cargo.toml
parentbcd5a626c2f8cf0d4ea76c7d1ad50744a0753c03 (diff)
Naive shortest-path based bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6158188..818e132 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ anyhow = "1.0.27"
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1"
serde_json = "1.0"
+pathfinding = "2.0.4"
[profile.release]
lto = true