Skip to content

Commit

Permalink
Change Cargo.toml exclude list to include list.
Browse files Browse the repository at this point in the history
  • Loading branch information
goddtriffin committed Sep 27, 2024
1 parent 63706f9 commit 3db018e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3db018e

Please sign in to comment.