mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 08:29:20 +00:00
cleanup
This commit is contained in:
parent
51fea78490
commit
c8db258ef5
3 changed files with 1 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -732,7 +732,6 @@ dependencies = [
|
|||
"git2",
|
||||
"log",
|
||||
"openai-api-rs",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -15,5 +15,4 @@ keywords = ["git"]
|
|||
[dependencies]
|
||||
git2 = ">=0.17"
|
||||
log = "0.4"
|
||||
thiserror = "1.0"
|
||||
openai-api-rs = "2.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue