feat: add base

This commit is contained in:
2023-05-05 23:02:53 +02:00
commit 8b45df571d
7 changed files with 2037 additions and 0 deletions

13
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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]
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
color-eyre = "0.6.2"
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = { version = "1.28.0", features = ["full"] }