You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo vendor is something cargo-raze depends on to generate Bazel build files. If this issue were fixed, I believe the separate command would work well in a Bazel build.
The text was updated successfully, but these errors were encountered:
I don't think
cargo vendor
is picking up the workspace members inCargo.toml
.An approach that does work is a
bin
target. This is whatcbindgen
does:https://github.com/eqrion/cbindgen/blob/ac1a7d47e87658cf36cb7e56edad7fa5f935dddd/Cargo.toml#L35
cargo vendor
is somethingcargo-raze
depends on to generate Bazel build files. If this issue were fixed, I believe the separate command would work well in a Bazel build.The text was updated successfully, but these errors were encountered: