From 2fa1b3a49d24dba1481d75a7265b90ae0a582f9f Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+orionyeung001@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:00:25 -0500 Subject: [PATCH] chore: distribute nist test and wrapper as part of package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4901c1f2..2b133a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/statrs-dev/statrs" repository = "https://github.com/statrs-dev/statrs" edition = "2018" -include = ["CHANGELOG.md", "LICENSE.md", "src/"] +include = ["CHANGELOG.md", "LICENSE.md", "src/", "tests/"] [lib] name = "statrs"