From f8a8772168b4f29ae3e5ae39ca5172787b535a48 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Thu, 7 Dec 2023 15:53:45 +0900 Subject: [PATCH] Change `exclude` to `include` --- Cargo.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 199a1e2..76a8035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,16 +16,7 @@ repository = "https://github.com/sorairolake/sysexits-rs" license = "Apache-2.0 OR MIT" keywords = ["exitcode", "sysexits"] categories = ["command-line-interface", "no-std", "os"] -exclude = [ - "/.bumpversion.cfg", - "/.bumpversion.cfg.license", - "/.github", - "/CITATION.cff", - "/clippy.toml", - "/examples", - "/justfile", - "/rustfmt.toml", -] +include = ["/LICENSES", "/README.md", "/src"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html