mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00

* Refactor: Extract new crate binstalk-downloader * Re-export `PkgFmt` from `binstalk_manifests` * Update release-pr.yml * Update dependabot Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
5 lines
107 B
Rust
5 lines
107 B
Rust
pub mod jobserver_client;
|
|
pub mod signal;
|
|
pub mod tasks;
|
|
|
|
pub use binstalk_downloader::{download, remote};
|