From 4c5dc4534fae6a1a214725ed5b4d36053234fe3e Mon Sep 17 00:00:00 2001 From: Amber Date: Wed, 26 Aug 2020 17:53:52 +0000 Subject: [PATCH] add keywords, categories --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c2769a8..0661c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ description = "psysinfo is a simple CLI utility that prints the sysinfo crate's homepage = "https://github.com/amberisvibin/psysinfo" repository = "https://github.com/amberisvibin/psysinfo" readme = "README.md" +categories = ["command-line-utilities"] +keywords = ["sysinfo", "CLI"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html