rules_rust
rules_rust copied to clipboard
Add new cargo creds feature
- Add Cargo Credentials to the Module.bazel
from_cargoand vendor calls. - Currently private crates repositories cannot pull from repos by default. You have to set
CARGO_BAZEL_ISOLATED=falsefor it to work - Addresses https://github.com/bazelbuild/rules_rust/issues/3261 and https://github.com/bazelbuild/rules_rust/issues/3243