cargo-binstall/src
Jiahao XU b4d2e9b99c
Fix get_install_path where cargo_home succeeds
The returned path must join with `"bin"`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-07-23 19:16:23 +10:00
..
binstall Fix metafile updating: Update them in entry only 2022-07-22 17:58:29 +10:00
drivers Fix typo in impl Version for crates_io_api::Version 2022-07-21 19:20:21 +10:00
fetchers Refactor: Rm global var helpers::CLIENT 2022-07-10 18:07:07 +10:00
helpers Create new type LazyJobserverClient 2022-07-20 17:54:17 +10:00
metafiles Update CratesToml::append to accept iter 2022-07-22 17:57:51 +10:00
bins.rs Simplify BinFile::link_dest 2022-06-23 23:27:16 +10:00
binstall.rs Fix metafile updating: Update them in entry only 2022-07-22 17:58:29 +10:00
drivers.rs Refactor:Mv mod visitor vfs under crates_io 2022-06-21 13:44:12 +10:00
errors.rs Add new variant BinstallError::TaskJoinError 2022-07-21 20:40:31 +10:00
fetchers.rs Improve err msg in MultiFetcher::first_available 2022-07-21 13:07:20 +10:00
formats.rs Format -> formats 2022-06-28 03:19:04 +12:00
helpers.rs Fix get_install_path where cargo_home succeeds 2022-07-23 19:16:23 +10:00
lib.rs Refactor: Extract new mod binstall 2022-07-20 17:26:24 +10:00
main.rs Mod get_install_path to ret Arc<Path> instead of PathBuf 2022-07-23 18:37:59 +10:00
metafiles.rs Write to .crates2.json 2022-07-05 21:17:59 +12:00
target.rs Rm unused derive(Clone) for DesiredTargets 2022-07-21 15:07:09 +10:00