Files
cuddle-rust-cli-plan/crates/cuddle-rust-cli-plan/Cargo.toml
kjuulh 0e178cea68
All checks were successful
continuous-integration/drone/push Build is passing
chore: update dagger and cuddle pleas
2025-01-09 23:58:08 +01:00

18 lines
544 B
TOML

[package]
name = "cuddle-rust-cli-plan"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio.workspace = true
dagger-sdk = "0.15.0"
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.80"
tracing.workspace = true
tracing-subscriber.workspace = true