Skip to content

Commit 61c20af

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
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)