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