dagger-components/Cargo.toml
kjuulh e1428a8fbb feat: with rust build and test
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 18:08:04 +00:00

21 lines
427 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"}
dagger-rust = {path = "crates/dagger-rust"}
ci = {path = "ci"}
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = "1.31.0"
dotenv = "*"
async-trait = "*"