summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-16 23:16:43 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-16 23:16:43 -0400
commit11af345ea1aa6e8244cafd0a033a26db4b3a2103 (patch)
tree583cc527c79db1bd61db85d6ed050b3505ca7b13 /Cargo.toml
parent0237e47085003a74a5a6b0316dc860eeca5e6cdf (diff)
Moved description to cargo.toml.
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 f1535baf..2de34917 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,10 @@ version = "0.1.0-alpha.1"
authors = ["ClementTsang <clementjhtsang@gmail.com>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
-keywords = ["cli", "monitor", "process", "system"]
+keywords = ["cli", "monitoring-tool", "process", "system", "top"]
license = "MIT"
categories = ["command-line-utilities"]
+description = "A graphical top clone."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html