Skip to content

Commit a0750fa

Browse files
committed
Added exclude files to Cargo.toml
1 parent 848614b commit a0750fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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"]
1213

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

0 commit comments

Comments
 (0)