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 26, 2023
1 parent bb70c9a commit a1146c5
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 a1146c5

Please sign in to comment.