bitebuds/ci/Cargo.toml

15 lines
323 B
TOML
Raw Normal View History

2023-03-07 23:20:06 +01: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-04-03 22:27:24 +02:00
dagger-sdk = "0.2.20"
2023-03-07 23:20:06 +01:00
eyre = "0.6.8"
color-eyre = "0.6.2"
2023-04-03 14:56:49 +02:00
tokio = { version = "1.27.0", features = ["full"] }
2023-03-07 23:20:06 +01:00
chrono.workspace = true
2023-04-03 14:56:49 +02:00
dotenv = "0.15.0"