mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 12:10:02 +00:00
Refactor: Extract new crate binstalk-fetchers
(#1291)
To reduce `binstalk` codegen and enable better reuse. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
623f7ff4ed
commit
76c72469eb
19 changed files with 1008 additions and 122 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
mod bins;
|
||||
pub mod errors;
|
||||
pub mod fetchers;
|
||||
pub mod helpers;
|
||||
pub mod ops;
|
||||
|
||||
use atomic_file_install as fs;
|
||||
pub use binstalk_fetchers as fetchers;
|
||||
pub use binstalk_registry as registry;
|
||||
pub use binstalk_types as manifests;
|
||||
pub use detect_targets::{get_desired_targets, DesiredTargets, TARGET};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue