Skip to content

Commit

Permalink
Add crates.io categories to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 21, 2023
1 parent c6e5b4b commit 4cdc203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ keywords = ["tool", "cli", "cargo"]
license = "MIT"
repository = "https://github.com/holmgr/cargo-sweep"
readme = "README.md"
categories = [
"development-tools::cargo-plugins",
"filesystem",
]

[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
Expand Down

0 comments on commit 4cdc203

Please sign in to comment.