Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Nov 24, 2023
1 parent db0a738 commit d62c18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core_python_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ directml = ["voicevox_core/directml"]
[dependencies]
easy-ext.workspace = true
log.workspace = true
pyo3 = { workspace = true, features = "extension-module"] }
pyo3 = { workspace = true, features = ["extension-module"] }
pyo3-asyncio = { workspace = true, features = ["tokio-runtime"] }
pyo3-log.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit d62c18e

Please sign in to comment.