Files
cuddle-rust-service-plan/crates/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

19 lines
563 B
TOML

[package]
name = "cuddle-rust-service-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
eyre = { version = "0.6" }
async-trait = "0.1"
dagger-components = { git = "https://git.kjuulh.io/kjuulh/dagger-components", branch = "main" }
dagger-rust = { git = "https://git.kjuulh.io/kjuulh/dagger-components", branch = "main" }
cuddle-ci = { git = "https://git.kjuulh.io/kjuulh/dagger-components", branch = "main" }
cuddle-clusters.workspace = true