pull-articles/ci/Cargo.toml

15 lines
321 B
TOML
Raw Normal View History

2023-05-18 13:47:36 +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-09-27 00:01:23 +02:00
chrono = "0.4.31"
2023-05-18 13:47:36 +02:00
color-eyre = "0.6.2"
2023-09-27 00:01:23 +02:00
dagger-sdk = "0.3.1"
2023-05-18 13:47:36 +02:00
eyre = "0.6.8"
2023-09-27 00:01:23 +02:00
tokio = { version = "1.32.0", features = ["full"] }
2023-05-18 13:47:36 +02:00
tokio-scoped = "0.2.0"