Skip to content

Commit

Permalink
stop using workspace for docs.rs metadata (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima authored Mar 24, 2024
1 parent 6a9b8ca commit e17b3c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ repository = "https://github.com/jpreprocess/jlabel"
keywords = ["tts", "openjtalk", "library"]
categories = ["encoding"]

[workspace.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
jlabel = { path = "crates/jlabel", version = "0.1.3" }
jlabel-question = { path = "crates/jlabel-question", version = "0.1.3" }
Expand Down
4 changes: 3 additions & 1 deletion crates/jlabel-question/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true

metadata.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
regex = ["dep:regex-automata", "dep:regex-syntax"]
Expand Down
4 changes: 3 additions & 1 deletion crates/jlabel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true

metadata.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
serde = ["dep:serde"]
Expand Down

0 comments on commit e17b3c4

Please sign in to comment.