kasperhermansen-blog/ci/Cargo.toml

16 lines
340 B
TOML
Raw Normal View History

2023-04-03 02:49:17 +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]
2024-02-11 07:05:19 +01:00
chrono = "0.4.34"
2023-04-03 02:49:17 +02:00
color-eyre = "0.6.2"
2024-02-11 07:05:19 +01:00
dagger-sdk = "0.9.8"
eyre = "0.6.12"
tokio = { version = "1.36.0", features = ["full"] }
2023-04-03 02:49:17 +02:00
tokio-scoped = "0.2.0"
dotenv = "0.15.0"