dagger-components/crates/cuddle-ci/Cargo.toml

31 lines
731 B
TOML
Raw Normal View History

[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-rust.workspace = true
dagger-cuddle-please.workspace = true
dagger-sdk.workspace = true
eyre.workspace = true
clap.workspace = true
async-trait.workspace = true
futures.workspace = true
tokio.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
serde.workspace = true
tracing = {version = "0.1.40", features = ["log"]}
2024-03-28 18:31:15 +01:00
chrono = {version = "0.4.37"}
toml = "0.8.12"
[dev-dependencies]
tokio.workspace = true