mod db; mod flac; use anyhow::Result; #[tokio::main] async fn main() -> Result<()> { todo!() }