From ea894a88897109da30f8b2889b55c1b5ef91df5f Mon Sep 17 00:00:00 2001 From: phenylshima <49227365+femshima@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:09:23 +0900 Subject: [PATCH] fix category (#23) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69fc862..3c983ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.65.0" license = "BSD-3-Clause" repository = "https://github.com/jpreprocess/jlabel" keywords = ["tts", "openjtalk", "library"] -categories = ["text-processing"] +categories = ["encoding"] [workspace.package.metadata.docs.rs] all-features = true