We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9d548 commit 61c20afCopy full SHA for 61c20af
Cargo.toml
@@ -5,6 +5,7 @@ edition = "2021"
5
repository = "https://github.com/St4NNi/jam-rs"
6
license = "MIT"
7
description = "Just another (genomic) minhash (Jam) implementation in Rust"
8
+exclude=["/tests"]
9
10
[dependencies]
11
anyhow = "1.0.75"
@@ -26,4 +27,4 @@ murmurhash3 = {version = "0.0.5"}
26
27
28
[[bench]]
29
name = "benchmarks"
-harness = false
30
+harness = false
0 commit comments