2024-04-06 23:22:37 +02:00
|
|
|
[package]
|
|
|
|
name = "ci"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tokio.workspace = true
|
|
|
|
|
2024-08-30 11:02:48 +02:00
|
|
|
dagger-sdk = "0.11.0"
|
2024-04-06 23:22:37 +02:00
|
|
|
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" }
|