mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 00:57:00 +05:30
feat(thaw): clone repos using gitoxide (#34)
This commit is contained in:
parent
3b78e69d90
commit
7a64002820
3 changed files with 527 additions and 40 deletions
|
@ -25,7 +25,7 @@ eula = false
|
|||
[dependencies]
|
||||
anyhow = "1.0.82"
|
||||
clap = { version = "4.5.4", features = ["color", "deprecated", "derive"] }
|
||||
gix = { version = "0.63.0", default-features = false }
|
||||
gix = { version = "0.63.0", default-features = false , features = ["worktree-mutation", "blocking-network-client"] }
|
||||
serde = { version = "1.0.200", default-features = false }
|
||||
serde_derive = "1.0.200"
|
||||
toml = "0.8.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue