feat: update template

This commit is contained in:
2025-01-11 15:28:10 +01:00
parent 0e178cea68
commit 985556ea80
4 changed files with 206 additions and 201 deletions

View File

@@ -6,12 +6,12 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.15.0"
eyre = { version = "0.6.12" }
dagger-sdk = "0.17.1"
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" }
async-trait = "0.1.80"
async-trait = "0.1"
tracing.workspace = true
tracing-subscriber.workspace = true