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
crates_vendor defines a runnable target that will generate a folder full of BAZEL.build files, similar to what cargo-raze did. Crucially, it can be executed with bazel run //.../vendor -- --repin which may be faster and/or less susceptible to the WORKSPACE issues crates_repository is. Cf. #411