feat(thaw): clone repos using gitoxide (#34)

This commit is contained in:
Amogh Lele 2024-06-02 19:11:33 +05:30 committed by GitHub
parent 3b78e69d90
commit 7a64002820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 527 additions and 40 deletions

View file

@ -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"