Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0750fa commit 99bce02Copy full SHA for 99bce02
Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/LMH01/simple_graph_algorithms"
9
keywords = ["graph", "pathfinding", "dijkstra", "bellman-ford", "easy-to-use"]
10
categories = ["algorithms"]
11
readme = "README.md"
12
-exclude = ["benches/", ".github"]
+exclude = [".github"]
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
0 commit comments