mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-04 03:00:03 +00:00
feat: Support install directly from git repo (#1162)
Fixed #3 Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
dd35fba232
commit
ca00cbaccc
22 changed files with 1810 additions and 28 deletions
|
@ -1,4 +1,7 @@
|
|||
pub mod cargo_toml_workspace;
|
||||
pub mod futures_resolver;
|
||||
#[cfg(feature = "git")]
|
||||
pub mod git;
|
||||
pub mod jobserver_client;
|
||||
pub mod remote;
|
||||
pub mod signal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue