From d5e2a09969f9c4ca26f4c214c84359d0592d0e4a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 23 Mar 2020 11:44:03 +0100 Subject: [PATCH] cleanup --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[]