Update travis again... add cargo-arch

This commit is contained in:
ClementTsang 2019-10-10 16:48:46 -04:00
parent 6ff95bdb05
commit f2813139b1
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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%)