tree: f68e30b8b241b1ddc5b05be86add6ea50fa17d0d
  1. remote/
  2. BUILD.bazel
  3. Cargo.raze.lock
  4. Cargo.toml
  5. crates.bzl
  6. README.md
rust/raze/README.md

Rust protobuf and gRPC dependencies managed by cargo raze: https://github.com/google/cargo-raze

To update a dependency:

  • Update the Cargo.toml file with the new dependency version.
  • Follow the instructions for installing raze at the link above (the “Remote Dependency Mode” option). If you have Cargo installed, this should just be cargo install cargo-raze.
  • Run make rust_raze from the workspace root.