2023-08-11 16:54:13 +02:00
|
|
|
[workspace]
|
2023-08-12 20:07:36 +02:00
|
|
|
members = ["crates/*", "examples/*", "ci"]
|
2023-08-11 17:00:19 +02:00
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
2023-08-12 20:07:36 +02:00
|
|
|
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" }
|
2023-08-11 17:05:05 +02:00
|
|
|
|
2023-08-11 17:00:19 +02:00
|
|
|
dagger-sdk = "0.2.22"
|
|
|
|
eyre = "0.6.8"
|
2023-08-12 18:53:55 +02:00
|
|
|
tokio = "1.31.0"
|
2023-08-12 20:07:36 +02:00
|
|
|
dotenv = "0.15.0"
|
|
|
|
async-trait = "0.1.73"
|