If the build system (or its plugins) is capable of installing dependencies (e.g. via cargo install, pipx), there should be a way for the user to request that all dependencies be installed as a standalone action. Users should be able to include/exclude specific actions when determining the dependencies that need to be installed (e.g. only installing the dependencies needed for the benchmark action).
If the build system (or its plugins) is capable of installing dependencies (e.g. via
cargo install
,pipx
), there should be a way for the user to request that all dependencies be installed as a standalone action. Users should be able to include/exclude specific actions when determining the dependencies that need to be installed (e.g. only installing the dependencies needed for the benchmark action).