mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 05:07:01 +05:30
feat(git): switch to gitoxide for freeze command
This commit is contained in:
parent
b37ede3442
commit
5372360c1c
5 changed files with 1256 additions and 114 deletions
|
@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
clap = { version = "4.2.7", features = [ "color", "deprecated", "derive" ] }
|
||||
git2 = { version = "0.17.1", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] }
|
||||
gix = "0.44.1"
|
||||
serde = { version = "1.0.162", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.162"
|
||||
toml = "0.7.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue