From 97726d66a463ece9c26d77b070498fb78af1c1f5 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Sun, 10 Sep 2023 23:56:43 +0100 Subject: [PATCH] cargo.toml keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4022d46..d994af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "inflect-rs is a Rust port of the Python inflect library, used to homepage = "https://github.com/llywelwyn/inflect_rs" repository = "https://github.com/llywelwyn/inflect_rs" readme = "README.md" -keywords = ["inflect", "plural", "ordinal", "pluralize", "formatting"] +keywords = ["inflect", "plural", "ordinal", "pluralize", "formatting", "pronouns", "numbers-to-words"] categories = ["text-processing", "value-formatting"] license = "MIT"