Skip to content

Commit

Permalink
chore: fix Cargo.toml exclude field
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed May 15, 2024
1 parent 14a6cb8 commit a02e065
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 @@ -7,7 +7,7 @@ repository = "https://github.com/DonIsaac/keyhunter"
keywords = ["security", "api-keys", "secrets", "scraping", "web"]
categories = ["command-line-utilities", "development-tools"]
edition = "2021"
exclude = ["/assets", "/benches"]
exclude = ["/assets", "/benches/fixtures"]

[features]
default = []
Expand Down

0 comments on commit a02e065

Please sign in to comment.