Files
cuddle-rust-service-plan/Cargo.toml
kjuulh 370c73f9b0
All checks were successful
continuous-integration/drone/push Build is passing
feat: update dagger sdk
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-08-06 22:03:39 +02:00

16 lines
470 B
TOML

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