elevenlabs-cli 0.1.8

Unofficial CLI for ElevenLabs text-to-speech API
1
2
3
4
5
//! Output formatting utilities for the CLI

mod text;

pub use text::*;