This commit is contained in:
tuna2134
2024-09-11 10:36:38 +00:00
parent cfed91f2e3
commit b05728a2c8
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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