This commit is contained in:
Stephan Dilly 2020-03-23 11:44:03 +01:00
parent 4fdf09fc56
commit d5e2a09969

View file

@ -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=[]