install
Install voicevox-client (Rust)
Install voicevox-client using cargo.
cargo add voicevox-client
You can also specify a specific version to install like this.
cargo add voicevox-client@0.1.1
You can type these command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
The command also installs all necessary dependencies you need to use voicevox-client.
Done!
You're now ready to use voicevox-client.