summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-25 19:44:54 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-25 19:44:54 -0500
commit039965f2eb86931ce75e38dd8899acf805dd63c6 (patch)
tree21eb6d2e464b507d4529a53d105bb7367ecf5613 /Cargo.toml
parentf2a55a4608eab3e4c94ecce7ba1cb80d72b84664 (diff)
Prune dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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 }