feat: make sure that members are available as workspace deps

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-11 17:05:05 +02:00
parent 24a92f0955
commit 675cb01d15
6 changed files with 4574 additions and 0 deletions

16
ci/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[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]
dagger-sdk = "*"
eyre = "*"
color-eyre = "*"
tokio = "1"
clap = {version = "4", features = ["derive"]}
futures = "0.3.28"
async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] }
dotenv.workspace = true