feat: working dagger engine

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-19 07:29:26 +02:00
parent bfe88dc008
commit b9be9a3ef1
4 changed files with 51 additions and 23 deletions

View File

@@ -32,6 +32,7 @@ prost-types.workspace = true
chrono = { version = "0.4.38", features = ["serde"] }
tokio-stream = "0.1.15"
dagger-sdk = "0.11.10"
rand = "0.8.5"
[dev-dependencies]
tracing-test = "0.2.5"
tracing-test = { version = "0.2.5" } #, features = ["no-env-filter"] }