cargo-run-copy 0.1.1

Like cargo run but runs from a copy to avoid file locking
Documentation
1
2
3
fn main() -> anyhow::Result<()> {
    cargo_run_copy::run(true)
}