cuddle-empty-plan/ci/Cargo.toml
kjuulh 07fc3746d4
Some checks reported errors
continuous-integration/drone/push Build was killed
feat: update rust plan
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-29 23:57:52 +01:00

15 lines
442 B
TOML

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