mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 03:30:03 +00:00
Use install.root
in $CARGO_HOME/config.toml
(#884)
Fixed #859 * Impl `cargo_config` * Use `install.root` in `$CARGO_HOME/.cargo/config.toml` before fallback to `cargo_home`. * Improve logging in `get_cargo_roots_path` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3e830c9fad
commit
58b7044e98
3 changed files with 182 additions and 10 deletions
|
@ -11,6 +11,7 @@
|
|||
mod helpers;
|
||||
|
||||
pub mod binstall_crates_v1;
|
||||
pub mod cargo_config;
|
||||
pub mod cargo_crates_v1;
|
||||
|
||||
pub use binstalk_types::{cargo_toml_binstall, crate_info};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue