mod cli; mod cmd; mod config; #[tokio::main] async fn main() -> anyhow::Result<()> { crate::cli::run().await }