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 848614b commit a0750faCopy full SHA for a0750fa
Cargo.toml
@@ -9,6 +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"]
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
0 commit comments