cuddle-rust-service-plan/Cargo.toml
kjuulh 03d293bdc8
feat: produce new templates
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-25 14:08:54 +02:00

15 lines
464 B
TOML

[workspace]
members = ["crates/*", "ci"]
resolver = "2"
[workspace.dependencies]
anyhow = { version = "1.0.86" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4.5.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
cuddle-clusters = { git = "https://git.front.kjuulh.io/kjuulh/cuddle-clusters", branch = "main" } #tag = "v0.1.1" }