// Voxtus - Transcribe YouTube videos and local media files to text
// Copyright (C) 2024 Johan Thorén <johan@thoren.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Voxtus: Transcribe YouTube videos and local media files to text.
//!
//! This library provides the core functionality for the voxtus CLI tool.
//! It supports downloading media from YouTube, processing local files,
//! and transcribing audio using Whisper.
// Re-export commonly used types
pub use Args;
pub use Config;
pub use ;