summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--TODO.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73d1ef7b..90108e28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ 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"
diff --git a/TODO.md b/TODO.md
index 28b42f00..a773fd08 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
## Want to do
-- Travis to automate building
-
- Scaling in and out (zoom), may need to show zoom levels
- More keybinds (jumping, scaling)
@@ -20,6 +18,8 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
## Less important
+- Minimalist mode
+
- Ellipsis
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)