Files

18 lines
544 B
TOML
Raw Permalink Normal View History

[package]
name = "cuddle-rust-cli-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
2025-04-21 20:39:39 +02:00
dagger-sdk.workspace = true
2025-01-11 15:28:10 +01:00
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