cargo-binstall/crates/binstalk/src
Jiahao XU 1432093dcc
feat: Add new cmdline option --no-track ()
Same as `cargo-install`'s `--no-track`.
It is also passed to `cargo-install` if it is invoked.

Also fixed `fs::atomic_symlink_file` which on Windows could fallback to
non-atomic install if symlinking failed.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-03 09:15:18 +00:00
..
drivers Optimize fetch_crate_cratesio for exact version () 2023-05-25 12:56:31 +00:00
fetchers Support subcrate in repo () 2023-04-24 19:41:20 +10:00
helpers Add new crate leon-macros that provide template! with identical syntax as runtime parsing () 2023-04-17 14:50:58 +10:00
ops feat: Add new cmdline option --no-track () 2023-06-03 09:15:18 +00:00
bins.rs feat: Add new cmdline option --no-track () 2023-06-03 09:15:18 +00:00
drivers.rs Replace dep crates_io_api with in-house solution () 2023-03-02 18:25:34 +11:00
errors.rs Use leon for template in binstalk & detect malformed pkg-url/pkg-fmt early () 2023-03-26 16:11:10 +11:00
fetchers.rs Support subcrate in repo () 2023-04-24 19:41:20 +10:00
fs.rs feat: Add new cmdline option --no-track () 2023-06-03 09:15:18 +00:00
helpers.rs Use Quickinstall new release schema () 2023-03-06 08:13:08 +00:00
lib.rs Refactor: Extract new crate binstalk-types plus other misc refactor and optimization () 2022-11-17 13:46:27 +13:00
ops.rs feat: Add new cmdline option --no-track () 2023-06-03 09:15:18 +00:00