update-deployment/ci/Cargo.toml

15 lines
322 B
TOML
Raw Normal View History

2023-04-02 23:23:50 +02:00
[package]
name = "ci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-13 23:27:36 +01:00
chrono = "0.4.31"
2023-04-02 23:23:50 +02:00
color-eyre = "0.6.2"
2023-12-13 23:27:36 +01:00
dagger-sdk = "0.3.2"
eyre = "0.6.11"
tokio = { version = "1.35.0", features = ["full"] }
2023-04-02 23:23:50 +02:00
tokio-scoped = "0.2.0"