summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-10-10 17:13:18 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-10-10 17:13:18 -0400
commitd42f14438442dc77a34838b587c94b66a766c841 (patch)
tree60d77671d4c05c497242be308a3bf9bf3817483e /Cargo.toml
parent819b648cd9d7a7b4c5dc9f5500475cb80049c0a1 (diff)
Added scaling factor to make CPU usage in processes more representative of TOTAL usage, rather than percentage of CPU percentage
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90108e28..73d1ef7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,6 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-cargo-arch = "0.1.3"
chrono = "0.4.9"
clap = "2.33.0"
crossterm = "0.11.0"