From 0805bda0478b38f62e7382459b04afc482cab4a5 Mon Sep 17 00:00:00 2001 From: JuanLeon Lahoz Date: Mon, 9 May 2022 20:04:28 +0200 Subject: [PATCH] Reduce number of keywords in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c094161..4a4214a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://github.com/juan-leon/lowcharts/" homepage = "https://github.com/juan-leon/lowcharts/" repository = "https://github.com/juan-leon/lowcharts/" readme = "README.md" -keywords = ["regex", "grep", "data", "troubleshooting", "graph", "text", "console"] +keywords = ["grep", "troubleshooting", "graph", "text", "console"] categories = ["command-line-utilities", "text-processing"] license = "MIT"