From 5b9c54881f8c7ccdddd3c13b1cb5380046858eda Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Fri, 4 Aug 2023 08:52:03 +0530 Subject: [PATCH] Fix crates.io keyword limit --- Cargo.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3671f1..b65ac87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,16 +4,7 @@ categories = ["command-line-utilities", "filesystem"] description = "A smarter cd command for your terminal" edition = "2021" homepage = "https://github.com/ajeetdsouza/zoxide" -keywords = [ - "cli", - "command", - "command-line", - "filesystem", - "search", - "shell", - "tool", - "utility", -] +keywords = ["cli", "filesystem", "shell", "tool", "utility"] license = "MIT" name = "zoxide" readme = "README.md"