Skip to content

Commit 311a5dd

Browse files
committed
Exclude test data from package build
Added 'exclude = ["tests/data/**"]' to Cargo.toml to prevent test data files from being included in the package build.
1 parent 2b7957c commit 311a5dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orphos-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords = [
1414
"genomics",
1515
"prodigal"
1616
]
17+
exclude = ["tests/data/**"]
1718

1819
[package.metadata.docs.rs]
1920
all-features = true

0 commit comments

Comments
 (0)