Skip to content

Commit 61c20af

Browse files
committed
chore: Exclude /tests for publishing
1 parent da9d548 commit 61c20af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
repository = "https://github.com/St4NNi/jam-rs"
66
license = "MIT"
77
description = "Just another (genomic) minhash (Jam) implementation in Rust"
8+
exclude=["/tests"]
89

910
[dependencies]
1011
anyhow = "1.0.75"
@@ -26,4 +27,4 @@ murmurhash3 = {version = "0.0.5"}
2627

2728
[[bench]]
2829
name = "benchmarks"
29-
harness = false
30+
harness = false

0 commit comments

Comments
 (0)