From 3db018ed6fa16ae9047173e0efee61ed149bfee9 Mon Sep 17 00:00:00 2001 From: Todd Griffin Date: Thu, 26 Sep 2024 22:06:04 -0700 Subject: [PATCH] Change Cargo.toml exclude list to include list. --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 141a569..a0cfc86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,7 @@ description = "A Rust library to generate URL, Index, Image, Video, and News sit license = "MIT" keywords = ["sitemap", "index-sitemap", "image-sitemap", "video-sitemap", "news-sitemap"] categories = ["web-programming", "parsing"] -exclude = [ - ".idea/*", - ".github/*", -] +include = ["**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md"] [lib] path = "src/lib.rs"