cargo-reclaim 0.2.1

Safe Cargo cleanup for target directories, stale artifacts, and Cargo home caches
Documentation
1
2
3
4
5
mod cli;

fn main() -> std::process::ExitCode {
    cli::run()
}