From edbc39d2d94c38ec6816c026733553c5a34942f9 Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:42:05 +0900 Subject: [PATCH] add metadata --- Cargo.toml | 4 ++++ crates/jlabel-question/Cargo.toml | 7 +++++++ crates/jlabel/Cargo.toml | 8 +++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59d8f28..48f3148 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ members = ["crates/*"] [workspace.package] version = "0.1.0" rust-version = "1.65.0" +license = "BSD-3-Clause" +repository = "https://github.com/jpreprocess/jlabel" +keywords = ["tts", "openjtalk", "library"] +categories = ["text-processing"] [workspace.dependencies] jlabel = { path = "crates/jlabel", version = "0.1.0" } diff --git a/crates/jlabel-question/Cargo.toml b/crates/jlabel-question/Cargo.toml index 54a71f6..8015b19 100644 --- a/crates/jlabel-question/Cargo.toml +++ b/crates/jlabel-question/Cargo.toml @@ -1,9 +1,16 @@ [package] name = "jlabel-question" edition = "2021" +description = "Full-context label question parser and matcher" + +documentation = "https://docs.rs/jlabel-question" version.workspace = true rust-version.workspace = true +license.workspace = true +repository.workspace = true +keywords.workspace = true +categories.workspace = true [dependencies] thiserror = "1.0.56" diff --git a/crates/jlabel/Cargo.toml b/crates/jlabel/Cargo.toml index 5baeaf5..e11180c 100644 --- a/crates/jlabel/Cargo.toml +++ b/crates/jlabel/Cargo.toml @@ -1,10 +1,16 @@ [package] name = "jlabel" edition = "2021" +description = "Full-context label structure and parser/serializer from/to String" + +documentation = "https://docs.rs/jlabel-question" version.workspace = true rust-version.workspace = true +license.workspace = true +repository.workspace = true +keywords.workspace = true +categories.workspace = true [dependencies] thiserror = "1.0.56" -