1 2 3 4 5 6
use audiobook_server::app_main; #[tokio::main(flavor = "current_thread")] async fn main() -> eyre::Result<()> { app_main().await?; Ok(()) }