Replace calls to git with git2 crate (#5)
This commit is contained in:
parent
2c30803476
commit
c1806f5aa6
4 changed files with 180 additions and 98 deletions
|
|
@ -11,6 +11,7 @@ directories = "5.0.1"
|
|||
eyre = "0.6.8"
|
||||
forgejo-api = { path = "./forgejo-api" }
|
||||
futures = "0.3.28"
|
||||
git2 = "0.17.2"
|
||||
open = "5.0.0"
|
||||
serde = { version = "1.0.170", features = ["derive"] }
|
||||
serde_json = "1.0.100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue