mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
cleanup
This commit is contained in:
parent
4fdf09fc56
commit
d5e2a09969
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
crossterm = "0.15"
|
||||
tui = { version = "0.8", default-features=false, features = ['crossterm'] }
|
||||
itertools = "0.9"
|
||||
log = "0.4"
|
||||
simplelog = "0.7"
|
||||
|
|
@ -16,7 +17,6 @@ dirs = "2.0"
|
|||
crossbeam-channel = "0.4"
|
||||
scopetime = { path = "./scopetime" }
|
||||
asyncgit = { path = "./asyncgit" }
|
||||
tui = { version = "0.8", default-features=false, features = ['crossterm'] }
|
||||
|
||||
[features]
|
||||
default=[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue