cargo-binutils
cargo-binutils copied to clipboard
Support `--manifest-path` for specifying a project dir
when building components of a larger project it is often useful to specify the manifest directory directly, particularly because we can't really do multi-target workspaces https://github.com/rust-lang/cargo/issues/7004.
relates to https://github.com/actions-rs/cargo/issues/86 which could mitigate this problem for github-actions.
(also seem to be seeing a similar issue to https://github.com/rust-lang/cargo/issues/4866 when trying to build log for the wrong target when using a workspace but, not sure why that is)