From 6db7ffa0d3ccfbf1e757d5a4eb096fd51d65cc19 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Tue, 11 Jun 2024 13:25:09 -0700 Subject: [PATCH] fix: keep to 5 keywords or fewer in cargo.toml (#72) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14cb4ff9..4d3136e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ default-members = ["brush-shell", "brush-parser", "brush-core", "brush-interacti authors = ["reuben olinsky"] categories = ["command-line-utilities", "development-tools"] edition = "2021" -keywords = ["cli", "shell", "sh", "bash", "script", "brush"] +keywords = ["cli", "shell", "sh", "bash", "script"] license = "MIT" readme = "README.md" repository = "https://github.com/reubeno/brush"