summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-06 20:51:18 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-06 20:51:18 -0400
commit8d5ee6e2e451a4eab9e575b6790db943a8639498 (patch)
treee9e5622eca38fcfadd0ffc9a0a8246081c18ef29 /Cargo.toml
parent832d32700e36d7efed932926ce5e64671a3a2ecc (diff)
Switch to heim.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 300372eb..0e8b7146 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ edition = "2018"
[dependencies]
cursive = "0.13"
-sysinfo = "0.9.2"
+heim = "0.0.7"
+tui = "0.6.2"