dagger-components/Cargo.toml
kjuulh 24a92f0955
feat: prepare for project addition
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-11 17:00:19 +02:00

13 lines
214 B
TOML

[workspace]
members = [
"crates/cuddle-components",
"crates/dagger-components",
"crates/dagger-cuddle-please",
]
resolver = "2"
[workspace.dependencies]
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = "1.30.0"