From b003d351c2c7873dc14a262ab117344ac2f2fa1f Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:25:47 +0200 Subject: [PATCH] include the tests in the crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08d647d..12b7829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/onecodex/needletail" license = "MIT" readme = "./README.md" edition = "2021" -include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["src/**/*", "tests/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [lib] crate-type = ["cdylib", "rlib"]