Files
cuddle-go-lib-plan/ci/Cargo.toml
kjuulh 60270b4405
Some checks failed
continuous-integration/drone/push Build encountered an error
feat: update packages
Signed-off-by: kjuulh <contact@kjuulh.io>
2026-01-07 10:18:06 +01:00

18 lines
564 B
TOML

[package]
name = "ci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
eyre = { version = "0.6.12" }
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" }
tracing-subscriber.workspace = true