Add configuration to mirror github releases to bazel central registry (#2256)

Add machinery to automatically push GitHub releases to bazel central
registry. This will need some setup by the ruleset maintainers to enable
the GitHub app when bzlmod support is ready. See the
[instructions](https://github.com/apps/publish-to-bcr) for more details

Ref #2181
5 files changed
tree: 691ac5867bb57e4a974ba7e906e63f656dd01529
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. bindgen/
  5. cargo/
  6. crate_universe/
  7. docs/
  8. examples/
  9. ffi/
  10. proto/
  11. rust/
  12. test/
  13. tools/
  14. util/
  15. wasm_bindgen/
  16. .bazelignore
  17. .bazelrc
  18. .clang-format
  19. .gitattributes
  20. .gitignore
  21. .rustfmt.toml
  22. ARCHITECTURE.md
  23. AUTHORS
  24. BUILD.bazel
  25. CODEOWNERS
  26. COMPATIBILITY.md
  27. CONTRIBUTING.md
  28. CONTRIBUTORS
  29. LICENSE.txt
  30. MODULE.bazel
  31. README.md
  32. version.bzl
  33. WORKSPACE.bazel
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.