Files
cuddle-node-service-plan/crates/cuddle-node-service-plan/Cargo.toml
Kasper Juul Hermansen a890a0de0e
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update all dependencies
2026-03-13 04:22:15 +00:00

16 lines
487 B
TOML

[package]
name = "cuddle-node-service-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.20.0"
eyre = { version = "0.6.12" }
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" }
async-trait = "0.1.80"