google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Add support for additional Cargo workspaces #526

Open bsilver8192 opened 2 years ago

bsilver8192 commented 2 years ago

This is how I work around https://github.com/rust-lang/cargo/issues/5042 to get path dependencies into vendored Rust dependencies.

The generated BUILD files are built with https://github.com/google/cargo-raze/pull/524, because otherwise they don't work.

This fixes #361.