dev-prune 1.7.0

Universal, lockfile-safe workspace pruner and background dependency cleaner
Documentation
1
2
3
4
5
6
// Copyright 2026 VKrishna04
// SPDX-License-Identifier: Apache-2.0

fn main() {
    dev_prune::run_cli();
}