cargo-binstall/crates/binstalk
Jiahao XU 7dea40a99a
Support --registry and more options from .cargo/config.toml (#1195)
Fixed #885

Now we can take advantage of new argument `--registry` and
env overrides:
 - `CARGO_REGISTRIES_DEFAULT` if `--registry` is not specified
 - `CARGO_REGISTRIES_{registry_name}_INDEX` for the registry index url

We can also read from `.cargo/config.toml` for:
 - default registry and registries configurations
 - additional CA bundle `http.cainfo`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-07-10 03:37:41 +00:00
..
src Support --registry and more options from .cargo/config.toml (#1195) 2023-07-10 03:37:41 +00:00
tests Replace use of log with tracing (#527) 2022-11-13 21:45:37 +13:00
Cargo.toml Fix GPL-3.0 license identifier (#1192) 2023-07-07 07:24:05 +00:00
LICENSE Rename lib to binstalk (#361) 2022-09-10 16:44:18 +10:00