diff --git a/Cargo.toml b/Cargo.toml index 72beb470..7051902f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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=[]