From 67adcba945148ef3bc1a867832f1422779d626cc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 11 Feb 2021 19:51:01 +0100 Subject: [PATCH] Re-add tests to the crates.io tarball Without them, `cargo publish` failed when verifying `Cargo.toml`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58dd8012..42fa5ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ variable. """ categories = ["development-tools::debugging"] keywords = ["logging", "log", "logger"] -include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"] +include = ["src/**/*", "tests", "LICENSE-*", "README.md", "CHANGELOG.md"] [workspace] members = [