mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Add SourceType::Sparse
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
c83aa46c3c
commit
85ae0e7cee
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ pub enum SourceType {
|
||||||
Git,
|
Git,
|
||||||
Path,
|
Path,
|
||||||
Registry,
|
Registry,
|
||||||
|
Sparse,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue