diff --git a/Cargo.toml b/Cargo.toml index 593c769..88ba4be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,16 @@ [workspace] -members = [ - "crates/*", - "examples/*", - "ci" -] +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"} +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 = "*" +dotenv = "0.15.0" +async-trait = "0.1.73" diff --git a/crates/dagger-rust/source.rs b/crates/dagger-rust/source.rs deleted file mode 100644 index 8b13789..0000000 --- a/crates/dagger-rust/source.rs +++ /dev/null @@ -1 +0,0 @@ -