Skip to content

Commit

Permalink
chore: include benches
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Mar 23, 2023
1 parent 53e3bda commit ae30975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "ArgMinMax (argmin & argmax in 1 function) with SIMD for floats an
keywords = ["argminmax", "simd", "ndarray"]
categories = ["algorithms", "mathematics", "science"]
documentation = "https://docs.rs/argminmax"
exclude = [".git*", "dev_utils/**/*", "benches/**/*", "tests/**/*"]
exclude = [".git*", "dev_utils/**/*", "tests/**/*"]


[dependencies]
Expand Down

0 comments on commit ae30975

Please sign in to comment.