#[tokio::main] async fn main() -> anyhow::Result<()> { achubb_backend::run().await?; Ok(()) }