cuddle-empty-plan/crates/cuddle-empty-plan/Cargo.toml
kjuulh 2ec6ffdb56
feat: add plan
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-04-06 23:22:37 +02:00

16 lines
479 B
TOML

[package]
name = "cuddle-empty-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.9.8"
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" }
async-trait = "0.1.79"