Skip to content

Commit

Permalink
fix: remove large files when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Dec 6, 2023
1 parent dc6b4f2 commit ab40070
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ documentation = "https://github.com/rhysnewell/Lorikeet"
readme = "README.md"
keywords = ["bioinformatics", "metagenomics", "variant-calling", "strain-anlaysis"]
categories = ["bioinformatics::metagenomics", "bioinformatics::variant-calling", "bioinformatics::strain-analysis"]
exclude = [
"tests/*"
include = [
"/src", "/LICENSE", "/README.md", "/Cargo.toml"
]
default-run = "lorikeet"
edition = "2021"


[features]
# Force openssl-sys to staticly link in the openssl library. Necessary when
# cross compiling to x86_64-unknown-linux-musl.
Expand Down

0 comments on commit ab40070

Please # to comment.