summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-07 18:45:44 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-07 18:45:44 -0400
commitace6a4bc680e99ace00b033392398829d4c3ed5b (patch)
treed9014f0399dba0aa89c9dfb2f835f323608a508c /Cargo.toml
parentf9b98c71ec3dbd6d152e210be8aa61cfcfac35ad (diff)
Got processing switched to heim
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2eab2b22..60898d01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2018"
[dependencies]
futures-preview = "0.3.0-alpha.18"
+futures-timer = "0.3"
+futures-util = "0.2.1"
heim = "0.0.7"
heim-common = "0.0.7"
sysinfo = "0.9.4"