mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-12 23:10:02 +00:00
Impl detect_targets
for linux
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
69f2a56595
commit
8bd4b9b6a1
2 changed files with 96 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub mod bins;
|
|||
pub mod fetchers;
|
||||
|
||||
mod target;
|
||||
pub use target::TARGET;
|
||||
pub use target::{detect_targets, TARGET};
|
||||
|
||||
/// Default package path template (may be overridden in package Cargo.toml)
|
||||
pub const DEFAULT_PKG_URL: &str =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue