cuddle-clusters/Cargo.toml
kjuulh fe48259d06
feat: add basic
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-20 19:25:59 +02:00

14 lines
357 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" }
axum = { version = "0.7" }