dev-prune 1.9.0

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

// The `devp` entry point. Identical to `src/main.rs` and deliberately a separate file:
// pointing two `[[bin]]` targets at one source makes cargo warn on every single build.

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