LukeMathWalker/cargo-chef

Add a `--no-build` option

Closed this issue · 0 comments

I'd like to use cargo-chef to perform its mangling to a workspace, but I don't actually want it to issue cargo build (or any other build commands).

It'd be nice if there was a --no-build, similar to how you can say --check/clippy/release, for this purpose.