mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00

Fixed #588 * Add new dep fs-lock v0.1.0 to crates/bin * Refactor: Impl new type `Manifests` in crates/bin for managing manifests. * Fix #588 race cond updating `.crates.toml` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
7 lines
117 B
Rust
7 lines
117 B
Rust
pub mod args;
|
|
pub mod bin_util;
|
|
pub mod entry;
|
|
pub mod install_path;
|
|
pub mod logging;
|
|
pub mod manifests;
|
|
pub mod ui;
|