From b6ef6ea39d3fd0380d6ed811fc2b8dbfd85b892a Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Mon, 29 Jan 2024 09:27:49 +0100 Subject: [PATCH] Update Cargo.toml --- engine/translator/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/translator/Cargo.toml b/engine/translator/Cargo.toml index e7e8939..55b342a 100644 --- a/engine/translator/Cargo.toml +++ b/engine/translator/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.2" edition = "2021" description = "Manage the predication system of the afrim input method." keywords = ["auto-complete", "ime", "predication"] +category = ["text-processing"] repository = "https://github.com/pythonbrad/afrim" license = "MIT" readme = "README.md"