Files
cuddle-rust-service-plan/crates/cuddle-rust-service-plan/Cargo.toml
kjuulh cafd4680bc
All checks were successful
continuous-integration/drone/push Build is passing
feat: update to dagger v0.13.7
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-16 16:12:01 +01:00

20 lines
582 B
TOML

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