summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <clementjhtsang@gmail.com>2019-09-25 00:27:43 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-25 01:59:47 -0400
commitbc3169a4df3c0749f6ea08fbca7b235cce3f77d7 (patch)
tree7e9fc0aaf0fe187c73b7fb6fe811fd1a277239ac /Cargo.toml
parentcb9ec2cdca7fe8d49a54d254bb590d23cf84229f (diff)
Added some more support for windows.
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 e25596bf..54b96f33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.1.0-alpha.2"
+version = "0.1.0-alpha.3"
authors = ["Clement Tsang <clementjhtsang@gmail.com>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
@@ -24,6 +24,7 @@ futures-util = "0.2.1"
heim = "0.0.7"
heim-common = "0.0.7"
log = "0.4"
+rayon = "1.2"
sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"