Impl detect_targets for linux

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-06 22:32:15 +10:00
parent 69f2a56595
commit 8bd4b9b6a1
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 96 additions and 1 deletions

View file

@ -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 =