diff --git a/crates/voicevox_core/Cargo.toml b/crates/voicevox_core/Cargo.toml index 0f3b248bb..d86618d39 100644 --- a/crates/voicevox_core/Cargo.toml +++ b/crates/voicevox_core/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true edition.workspace = true publish.workspace = true rust-version.workspace = true +license.workspace = true [package.metadata.docs.rs] features = ["load-onnxruntime", "link-onnxruntime"] diff --git a/deny.toml b/deny.toml index 12c8203bf..6ce4e3ce7 100644 --- a/deny.toml +++ b/deny.toml @@ -169,7 +169,4 @@ allow = [ clarify = [ { name = "ring", version = "0.16", expression = "MIT AND ISC AND OpenSSL", license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] }, { name = "ring", version = "0.17", expression = "MIT AND ISC AND OpenSSL", license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] }, - - # TODO: `package.license`を書く - { name = "voicevox_core", expression = "MIT", license-files = [] }, ]