Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,16 +1,15 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/cuddle-components",
|
||||
"crates/dagger-components",
|
||||
"crates/dagger-cuddle-please",
|
||||
"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"}
|
||||
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"
|
||||
|
Reference in New Issue
Block a user