bazel-remote-apis-0.4.0 has been yanked.
Bazel Remote Apis for Rust
Usage
To use in your project, add into [dependencies]
:
= { = "https://github.com/amkartashov/bazel-remote-apis-rust", = "0.2.0" }
Development
Protobuf files are vendored with git-vendor:
Build script is used to generate Rust source code from proto files into src/generated
.
To update vendored dependencies and generate code run: