cuddle-clusters/Cargo.toml
kjuulh c76601a695
All checks were successful
continuous-integration/drone/push Build is passing
feat: add option for releaser
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-25 23:03:07 +02:00

18 lines
464 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" }
[workspace.package]
version = "0.1.1"