elevenlabs-cli 0.1.8

Unofficial CLI for ElevenLabs text-to-speech API
1
2
3
4
5
6
//! API client abstractions

mod api;
mod retry;

pub use api::create_http_client;