From c4cbb8e7c959bf23e6167e0157f9eb0b4748f316 Mon Sep 17 00:00:00 2001 From: syaw0 Date: Tue, 12 Nov 2024 10:12:07 +0330 Subject: [PATCH] chore: Remove one keyword from Cargo.toml to fit the cargo publish policy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f291f2c..0f732d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Siavash Siamhb7@protonmail.com"] homepage = "https://crates.io/crates/term_tools" repository = "https://github.com/Syaw0/term_tools" license-file = "./LICENSE" -keywords = ["cli","terminal","rust","tool","coloize","formatter"] +keywords = ["cli","terminal","rust","tool","coloize"] categories = ["terminal","cli","command-line-utilitise","term-style", "terminal style"] [dependencies]