commit | 78d920ba913c4302d0791002ec0a8ff9d232d0fc | [log] [tgz] |
---|---|---|
author | Evgeny Petrov <golovasteek@gmail.com> | Tue Apr 30 11:58:34 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 30 09:58:34 2024 +0000 |
tree | 0e15fe497a85d6bd1a1c199fac0f271313ae0cc3 | |
parent | 64920a015b27a934e4660ab8089968b3d50be781 [diff] |
Support loading http credentials from netrc (#2623) Bazel's `http_archive` and `http_file` use `~/.netrc` file to load HTTP credentials. Now rules_rust use the same approach if no other authorization parameters are provided. NOTE: `http_archive` supports passing a custom `netrc` and `auth_patterns`. But this parameters are not added to the rust rules at the moment. --------- Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.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.