summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-19 00:16:40 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-19 00:16:40 -0500
commit8cf5b42f2978d3bac81a04b4be12b4457b97a25b (patch)
tree9e1c938d642c7e3daa0ee7a01db21b93c7077d7c /Cargo.toml
parentc6cefc25611f50d20d926e4809eaef76b14c7206 (diff)
Update cargo.toml, some todos
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e5a6956..86b83fe6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,10 +4,10 @@ version = "0.2.0"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
-keywords = ["cli", "monitoring-tool", "top", "bottom", "graphical"]
+keywords = ["linux", "macos", "windows", "cli", "monitoring-tool", "top", "bottom", "graphical"]
license = "MIT"
-categories = ["command-line-utilities"]
-description = "A graphical top clone, written in Rust. Inspired by both gtop and gotop."
+categories = ["command-line-utilities", "visualization"]
+description = "A graphical top clone, written in Rust. Inspired by both gtop and gotop. Supports Linux, macOS, and Windows."
readme = "README.md"
[[bin]]