Compare commits

2 Commits

Author SHA1 Message Date
c6e2bb116a bogus
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-26 14:45:58 +02:00
2e85e908c5 feat: update cli plan
All checks were successful
continuous-integration/drone Build is passing
2025-07-26 14:44:34 +02:00
4 changed files with 375 additions and 260 deletions

629
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ members = ["crates/*", "ci"]
resolver = "2"
[workspace.dependencies]
dagger-sdk = "0.18.3"
anyhow = { version = "1.0.85" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }

View File

@@ -5,8 +5,8 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
dagger-sdk = "0.17.1"
eyre = { version = "0.6" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }

View File

@@ -5,8 +5,8 @@ edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk.workspace = true
dagger-sdk = "0.17.1"
eyre = { version = "0.6" }
dagger-components = { git = "https://git.front.kjuulh.io/kjuulh/dagger-components", branch = "main" }