mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-18 08:36:36 +00:00
Refactor: Create new crate binstalk-git-repo-api
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
dfdaf6952e
commit
9efe39528f
17 changed files with 262 additions and 34 deletions
|
@ -4,7 +4,7 @@ pub(crate) mod target_triple;
|
|||
pub mod tasks;
|
||||
|
||||
pub(crate) use binstalk_downloader::download;
|
||||
pub use binstalk_downloader::gh_api_client;
|
||||
pub use binstalk_git_repo_api::gh_api_client;
|
||||
|
||||
pub(crate) use cargo_toml_workspace::{self, cargo_toml};
|
||||
#[cfg(feature = "git")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue