Files
sbv2-api/crates/sbv2_editor/Cargo.toml
Masato Kikuchi 01f2aaa406 no voicevox
2025-03-28 20:14:51 +09:00

17 lines
444 B
TOML

[package]
name = "sbv2_editor"
version.workspace = true
edition.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
documentation.workspace = true
[dependencies]
anyhow.workspace = true
axum = "0.8.1"
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core" }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.44.1", features = ["full"] }