dagger-components/Cargo.toml
kjuulh 7277e06c0b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore: set fixed versions
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 20:14:27 +02:00

17 lines
439 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 = "0.15.0"
async-trait = "0.1.73"