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"