support original voicevox api

This commit is contained in:
mii443
2025-04-27 17:16:17 +09:00
parent 91044c7c25
commit 83fde399b2
5 changed files with 99 additions and 34 deletions

View File

@ -28,6 +28,7 @@ symphonia-core = "0.5.4"
tokio-util = { version = "0.7.14", features = ["compat"] }
futures = "0.3.31"
bytes = "1.10.1"
voicevox-client = { git = "https://github.com/mii443/rust" }
[dependencies.uuid]
version = "0.8"
@ -43,7 +44,19 @@ features = ["mp3"]
[dependencies.serenity]
version = "0.12"
features = ["builder", "cache", "client", "gateway", "model", "utils", "unstable_discord_api", "collector", "rustls_backend", "framework", "voice"]
features = [
"builder",
"cache",
"client",
"gateway",
"model",
"utils",
"unstable_discord_api",
"collector",
"rustls_backend",
"framework",
"voice",
]
[dependencies.tokio]