Use star re-export for mod targets

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-07 11:49:02 +10:00
parent 7a244176b4
commit bd224f7186
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -16,7 +16,7 @@ pub mod bins;
pub mod fetchers;
mod target;
pub use target::{detect_targets, TARGET};
pub use target::*;
/// Default package path template (may be overridden in package Cargo.toml)
pub const DEFAULT_PKG_URL: &str =