Files
cuddle-rust-cli-plan/ci/Cargo.toml
kjuulh 2e85e908c5
All checks were successful
continuous-integration/drone Build is passing
feat: update cli plan
2025-07-26 14:44:34 +02:00

15 lines
445 B
TOML

[package]
name = "ci"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
eyre = { version = "0.6" }
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" }