Open
Description
Checklist
- I've looked through the issues and pull requests for similar request
- This feature could be solved with a custom image (optional)
Describe your request
I would like to use tools like cargo-bloat with cross, but when I attempt to cross install
, I see:
[cross] warning: specified cargo subcommand `install` is not supported by `cross`.
[cross] note: Falling back to `cargo` on the host.
So I assume this is not supported.
I have no idea what kind of lift it would be, but it would be helpful, because I don't know of any alternatives at the moment.
Describe why this would be a good inclusion for cross
Being able to use other cargo
packages within cross
feels like a natural extension of the current functionality.