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

View File

@@ -3,10 +3,17 @@ members = [
"crates/cuddle-components",
"crates/dagger-components",
"crates/dagger-cuddle-please",
"ci"
]
resolver = "2"
[workspace.dependencies]
cuddle_components = {path = "crates/cuddle-components"}
dagger_components = {path = "crates/dagger-components"}
dagger_cuddle_please = {path = "crates/dagger-cuddle-please"}
ci = {path = "ci"}
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = "1.30.0"
dotenv = "*"