kjuulh
7f01e8c674
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
19 lines
365 B
TOML
19 lines
365 B
TOML
[workspace]
|
|
members = [
|
|
"crates/*",
|
|
"examples/*",
|
|
"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 = "*"
|