From b74c4a9a123a032e4dee6aeff7226e6dfb1cd748 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 10:37:11 +0000 Subject: [PATCH] fix path --- sbv2_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index b4ef213..b762990 100644 --- a/sbv2_core/Cargo.toml +++ b/sbv2_core/Cargo.toml @@ -4,7 +4,7 @@ description = "Style-Bert-VITSの推論ライブラリ" version = "0.1.0" edition = "2021" license = "MIT" -readme = "README.md" +readme = "../README.md" repository = "https://github.com/tuna2134/sbv2-api" [dependencies]