Files
rust/Cargo.toml
2023-04-07 16:32:00 +00:00

12 lines
310 B
TOML

[package]
name = "voicevox-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.4.0"
reqwest = { version = "0.11.16", features = ["json"] }
serde = { version = "1.0.159", features = ["derive"] }