| commit | 3fd4987269dfbfc6e3b13c342fdc48692183883c | [log] [tgz] |
|---|---|---|
| author | Matt <msta@google.com> | Tue Dec 05 02:50:52 2023 +1100 |
| committer | GitHub <noreply@github.com> | Mon Dec 04 07:50:52 2023 -0800 |
| tree | 8aa98084c7e6421de164f6d30a66d5f393fd5444 | |
| parent | 01a760e60d70e4bb5b075f8cade3dbbabe6e98eb [diff] |
Declare dependencies in vendored crates (#2246) Currently, when you run `bazel build --enable_bzlmod //crate_universe:bin`, you get the error `undefined repo @cui`. When you add a dependency on CUI, you get errors like `undefined repo @cui__<crate>-<version>` (the repo for the third party crate). This change will allow us to automatically declare dependencies on our third party crates from bzlmod (see https://docs.google.com/document/d/1dj8SN5L6nwhNOufNqjBhYkk5f-BJI_FPYWKxlB3GAmA/edit#heading=h.5mcn15i0e1ch). --------- Co-authored-by: UebelAndre <github@uebelandre.com>
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.