summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjeet D'Souza <98ajeet@gmail.com>2023-08-04 08:52:03 +0530
committerAjeet D'Souza <98ajeet@gmail.com>2023-08-04 08:52:03 +0530
commit5b9c54881f8c7ccdddd3c13b1cb5380046858eda (patch)
tree97ae05f0b78e4b332d0258b40f7b90d20fd640c9
parent1bfcdfacf22fe22ff05ad2813aac7c0d14dfba36 (diff)
Fix crates.io keyword limit
-rw-r--r--Cargo.toml11
1 files changed, 1 insertions, 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"