mirror of
https://github.com/mii443/rust.git
synced 2025-08-22 16:25:37 +00:00
12 lines
310 B
TOML
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"] }
|