commit | 841a733adf451bac8e4c42f10b4992a82b6807a7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Oct 31 12:28:10 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 31 09:28:10 2023 -0700 |
tree | 7a2be44144d355894270b835f3dacd0af5d40d9d | |
parent | d86faee8b85cc334e0529193142f4b61362e79a3 [diff] |
Support artifact dependencies in crate.spec (#2229) Followup to #2226. That PR made bindeps work for crates repositories that use `manifests`. https://github.com/bazelbuild/rules_rust/blob/d86faee8b85cc334e0529193142f4b61362e79a3/examples/crate_universe/WORKSPACE.bazel#L60 This PR makes it work for crates repositories that use `packages`. https://github.com/bazelbuild/rules_rust/blob/43b101e6b3e679b333c2622d7615233edf344624/examples/crate_universe/WORKSPACE.bazel#L317-L320
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.