commit | 33860abf8c3c28f9a1f5b3477347650bdaee9cc3 | [log] [tgz] |
---|---|---|
author | Nick Collier <nick.collier@sophos.com> | Mon Feb 26 15:10:38 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Feb 26 15:10:38 2024 +0000 |
tree | c221b3435f039985cbc5f198edc61cf2b4308680 | |
parent | 777f3e5c5d280b14d37bb7574a88f1cbfb3f8d46 [diff] |
Locate license file in packge root if not specified in cargo metadata (#2521) #2476 added rules_license license metadata to crate BUILD files but many crates to do not have a license file specified in their cargo metadata. This PR adds a fallback that attempts to locate a license file in the crate package root directory.
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.