diff --git a/Cargo.toml b/Cargo.toml index 27c660a4..fc7bc7d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,13 +25,11 @@ chrono = "0.4.10" clap = "2.33.0" dirs = "2.0.2" fern = "0.5.9" -futures-timer = "3.0.2" futures = "0.3.4" heim = "0.0.10" log = "0.4.8" regex = "1.3.4" sysinfo = "0.11" -tokio = "0.2.11" winapi = "0.3.8" crossterm = "0.14" tui = {version = "0.8", features = ["crossterm"], default-features = false }