18 lines
538 B
TOML
Raw Permalink Normal View History

[package]
name = "cuddle-rust-cli-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
2025-01-11 15:28:10 +01:00
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" }
2025-01-11 15:28:10 +01:00
async-trait = "0.1"
tracing.workspace = true
tracing-subscriber.workspace = true