From e0349a5bfbc18fe15e4a749871125e51818ebb0a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 9 Jun 2024 08:21:21 -0700 Subject: [PATCH] Trim exclusions from Cargo package upload This isn't enough to let the tests pass in an unpacked package, but it should allow e.g. building the book, and I think we might as well include them. --- Cargo.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31993175..e4f35b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,19 +10,6 @@ homepage = "https://mutants.rs/" categories = ["development-tools::testing"] keywords = ["testing", "mutants", "cargo", "mutation-testing", "coverage"] rust-version = "1.74" -exclude = [ - ".codespell*", - ".markdownlint*", - "*.md", - ".devcontainer", - ".gitattributes", - ".gitignore", - ".github", - "mutants.out*", - ".vscode", - "book", - "testdata", -] [package.metadata.wix] upgrade-guid = "CA7BFE8D-F3A7-4D1D-AE43-B7749110FA90"