2023-11-25 21:41:17 +01:00
|
|
|
[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]
|
2023-11-26 22:19:34 +01:00
|
|
|
dagger-rust.workspace = true
|
|
|
|
|
2023-11-25 21:41:17 +01:00
|
|
|
dagger-sdk.workspace = true
|
|
|
|
eyre.workspace = true
|
|
|
|
clap.workspace = true
|
|
|
|
async-trait.workspace = true
|
2023-11-25 23:09:49 +01:00
|
|
|
futures.workspace = true
|
2023-11-27 19:14:31 +01:00
|
|
|
tokio.workspace = true
|
2023-11-25 21:41:17 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tokio.workspace = true
|