diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index b5d3e91..11196c8 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -2,9 +2,6 @@ name = "sbv2_api" version = "0.1.0" edition = "2021" -license = "MIT" -readme = "README.md" -repository = "https://github.com/tuna2134/sbv2-api" [dependencies] anyhow.workspace = true diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index b3d5ed0..b4ef213 100644 --- a/sbv2_core/Cargo.toml +++ b/sbv2_core/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "sbv2_core" +description = "Style-Bert-VITSの推論ライブラリ" version = "0.1.0" edition = "2021" +license = "MIT" +readme = "README.md" +repository = "https://github.com/tuna2134/sbv2-api" [dependencies] anyhow.workspace = true