From 5bb8114611a264a19f1780ba3d7e471602ec4fab Mon Sep 17 00:00:00 2001 From: may h Date: Fri, 16 Apr 2021 13:19:02 -0400 Subject: [PATCH] Stay within the 5-keyword limit in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdd85cf..c5e3583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" description = "A Rust library for crafting shell interfaces." repository = "https://github.com/utagai/shi" readme = "README.md" -keywords = ["shell", "console", "interactive", "terminal", "command", "readline"] +keywords = ["shell", "interactive", "cli", "command", "readline"] categories = ["command-line-interface"] exclude = [ "rsrc/"