./misc/cargo-sweep, Delete old or unused build artifacts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.8.0, Package name: cargo-sweep-0.8.0, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 32.79 KB

Version history: (Expand)


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