From ab40070ba1f3beefdc99e218125024d47a7beabd Mon Sep 17 00:00:00 2001 From: rhysnewell Date: Wed, 6 Dec 2023 04:03:26 +0000 Subject: [PATCH] fix: remove large files when packaging --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4bdbf1..20b1531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.