Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Jan 17, 2024
1 parent dce0f04 commit edbc39d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
7 changes: 7 additions & 0 deletions crates/jlabel-question/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 7 additions & 1 deletion crates/jlabel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit edbc39d

Please sign in to comment.