This commit is contained in:
extrawurst 2023-12-16 00:34:59 +01:00
parent 51fea78490
commit c8db258ef5
3 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View file

@ -732,7 +732,6 @@ dependencies = [
"git2",
"log",
"openai-api-rs",
"thiserror",
]
[[package]]

View file

@ -16,7 +16,6 @@ keywords = ["git", "gui", "cli", "terminal", "ui"]
[dependencies]
anyhow = "1.0"
asyncgit = { path = "./asyncgit", version = "0.24", default-features = false }
git2-summarize = { path = "./git2-summarize", version = "0.1"}
backtrace = "0.3"
bitflags = "1.3"
bugreport = "0.5"
@ -31,6 +30,7 @@ easy-cast = "0.5"
filetreelist = { path = "./filetreelist", version = "0.5" }
fuzzy-matcher = "0.3"
gh-emoji = { version = "1.0", optional = true }
git2-summarize = { path = "./git2-summarize", version = "0.1" }
indexmap = "1.9"
itertools = "0.12"
log = "0.4"

View file

@ -15,5 +15,4 @@ keywords = ["git"]
[dependencies]
git2 = ">=0.17"
log = "0.4"
thiserror = "1.0"
openai-api-rs = "2.1"