mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
10 lines
187 B
Rust
10 lines
187 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
|
|
pub mod args;
|
|
pub mod bin_util;
|
|
pub mod entry;
|
|
pub mod git_credentials;
|
|
pub mod install_path;
|
|
pub mod logging;
|
|
pub mod manifests;
|
|
pub mod ui;
|