commit | 44ffccb91c66a827794d1df38a2e90e2d912f8e4 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Wed Dec 13 00:52:58 2023 +1100 |
committer | GitHub <noreply@github.com> | Tue Dec 12 13:52:58 2023 +0000 |
tree | a619e42b49cbb3dc9d0b7511010993157c469756 | |
parent | 9216b6bfe644e0b3eaffcf67c7e62948be2db340 [diff] |
Allow additional targets to compile with bzlmod (#2314) See #2246 for how we declare dependencies automatically for third party crates. I'm using the same mechanism for all other repositories. Note that the MODULE.bazel changes in use_repo are autogenerated, and if you change the third party crates you depend on, you should get an error message saying something like "run this command to fix it" on your bzlmod presubmit environment.
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.