feat: add flux releaser

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-10 22:01:28 +01:00
commit f00256350b
7 changed files with 1041 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "flux-releaser"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
axum.workspace = true