Nick Collier
Nick Collier
The new docs look great and work well when reading sections top to bottom but if I am already using the library and need some help/clarification on a specific item...
When replacing the crates-io source with a sparse registry index it tries to use it as a git registry index `.cargo/config.toml` [source.panamax-sparse] registry = "sparse+http://127.0.0.1:8080/index/" [source.crates-io] replace-with = "panamax-sparse" Error...
Please provide an option to include rules_license metadata when rendering crate BUILD files. - [package_info](https://bazelbuild.github.io/rules_license/latest.html#package_info) - [license](https://bazelbuild.github.io/rules_license/latest.html#license) For example the BUILD file for the [rand](https://crates.io/crates/rand) crate would include ... load("@rules_license//rules:package_info.bzl",...