dagger-components/crates/cuddle-ci/Cargo.toml
kjuulh 82ccdefd93
Some checks failed
continuous-integration/drone/push Build is failing
feat: with middleware
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-25 23:10:09 +01:00

21 lines
464 B
TOML

[package]
name = "cuddle-ci"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk.workspace = true
eyre.workspace = true
clap.workspace = true
async-trait.workspace = true
futures.workspace = true
[dev-dependencies]
tokio.workspace = true