This commit is contained in:
2023-04-03 02:49:17 +02:00
parent 9c716bf4db
commit c4cb0c6d81
12 changed files with 2399 additions and 10 deletions

15
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[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.19"
eyre = "0.6.8"
tokio = { version = "1.27.0", features = ["full"] }
tokio-scoped = "0.2.0"
dotenv = "0.15.0"