From b05728a2c8c24f8d888fbef3c7fc9c336aa41109 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 10:36:38 +0000 Subject: [PATCH] fixed --- sbv2_api/Cargo.toml | 3 --- sbv2_core/Cargo.toml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) 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