Fix crates.io keyword limit

This commit is contained in:
Ajeet D'Souza 2023-08-04 08:52:03 +05:30
parent 1bfcdfacf2
commit 5b9c54881f

View File

@ -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"