Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99bce02

Browse files
committed
Included benches folder again
1 parent a0750fa commit 99bce02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/LMH01/simple_graph_algorithms"
99
keywords = ["graph", "pathfinding", "dijkstra", "bellman-ford", "easy-to-use"]
1010
categories = ["algorithms"]
1111
readme = "README.md"
12-
exclude = ["benches/", ".github"]
12+
exclude = [".github"]
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

0 commit comments

Comments
 (0)