Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
7 lines
102 B
Rust
7 lines
102 B
Rust
#[tokio::main]
|
|
async fn main() -> anyhow::Result<()> {
|
|
flux_releaser::run().await?;
|
|
|
|
Ok(())
|
|
}
|