Skip to content

Commit

Permalink
chore: Improve the include section in the Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Jan 1, 2025
1 parent 847bf09 commit 0d1de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["command-line-utilities"]
homepage = "https://github.com/kurosakishigure/katharsis"
repository = "https://github.com/kurosakishigure/katharsis"
description = "CLI tool for generating RSS feeds."
include = ["/src", "README.md", "LICENSE", "Cargo.toml", "Cargo.lock"]
include = ["/src/", "/LICENSE"]

[lints.clippy]
pedantic = "warn"
Expand Down

0 comments on commit 0d1de9e

Please sign in to comment.