Path to this page:
./
misc/cargo-sweep,
Delete old or unused build artifacts
Branch: CURRENT,
Version: 0.8.0,
Package name: cargo-sweep-0.8.0,
Maintainer: pkgsrc-userscargo-sweep is a Cargo subcommand for deleting old or unused build artifacts
from target/ without doing a full cargo clean.
It is useful when you want to:
* shrink large target/ directories
* avoid bloated CI caches
* clean many Rust projects at once
Master sites:
Filesize: 32.79 KB
Version history: (Expand)
- (2026-07-22) Package added to pkgsrc.se, version cargo-sweep-0.8.0 (created)
CVS history: (Expand)
| 2026-07-22 15:35:48 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
cargo-sweep: added version 0.8.0
cargo-sweep is a Cargo subcommand for deleting old or unused build artifacts
from target/ without doing a full cargo clean.
It is useful when you want to:
* shrink large target/ directories
* avoid bloated CI caches
* clean many Rust projects at once
|