mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 03:30:03 +00:00
Use star re-export for mod targets
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7a244176b4
commit
bd224f7186
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub mod bins;
|
||||||
pub mod fetchers;
|
pub mod fetchers;
|
||||||
|
|
||||||
mod target;
|
mod target;
|
||||||
pub use target::{detect_targets, TARGET};
|
pub use target::*;
|
||||||
|
|
||||||
/// Default package path template (may be overridden in package Cargo.toml)
|
/// Default package path template (may be overridden in package Cargo.toml)
|
||||||
pub const DEFAULT_PKG_URL: &str =
|
pub const DEFAULT_PKG_URL: &str =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue