make dijkstra generic

breaks 81
This commit is contained in:
Dr. Matthias Ratajczak
2022-09-26 18:16:46 +02:00
parent 6e30da5371
commit 2986c3f860
3 changed files with 119 additions and 172 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dijkstra = {version = "*", path = "../../lib/dijkstra"}