kasperhermansen-blog/ci/Cargo.toml
kjuulh 6cb913bb1f
feat: update
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-11 12:12:47 +02:00

16 lines
340 B
TOML

[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]
chrono = "0.4.24"
color-eyre = "0.6.2"
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = { version = "1.27.0", features = ["full"] }
tokio-scoped = "0.2.0"
dotenv = "0.15.0"