summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-07 00:49:15 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-07 00:49:15 -0400
commit153a2590b0bfe5a221072c8775b388757a02d740 (patch)
tree9444590d053d0b62ca037127193043a918b0845e /Cargo.toml
parent020fb83645d698101e3718a3404fe8c3df4d9250 (diff)
Started using heim. Not working yet.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9784ea8c..2eab2b22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-cursive = "0.13"
+futures-preview = "0.3.0-alpha.18"
heim = "0.0.7"
+heim-common = "0.0.7"
+sysinfo = "0.9.4"
+tokio = "0.2.0-alpha.4"
tui = "0.6.2"