From 8cf5b42f2978d3bac81a04b4be12b4457b97a25b Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Wed, 19 Feb 2020 00:16:40 -0500 Subject: Update cargo.toml, some todos --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 "] 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]] -- cgit v1.2.3