holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
690 stars 31 forks source link

Set crates.io categories #123

Closed LeoniePhiline closed 6 months ago

LeoniePhiline commented 7 months ago

Cargo sweep does not show up in the category listing for "cargo plugins".

To fix, add to Cargo.toml:

categories = [
    "development-tools",
    "development-tools::cargo-plugins",
]
marcospb19 commented 6 months ago

I believe "development-tools::cargo-plugins" already includes "development-tools", but I'll double check once I make a new release.

Thanks!