From 8d5ee6e2e451a4eab9e575b6790db943a8639498 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 6 Sep 2019 20:51:18 -0400 Subject: [PATCH] Switch to heim. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"