diff --git a/Cargo.toml b/Cargo.toml index 88ba4be..d42daea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ members = ["crates/*", "examples/*", "ci"] resolver = "2" +[workspace.package] +version = "0.1.0" +edition = "2021" +license = "MIT" +authors = ["kjuulh "] +readme = "README.md" +repository = "https://git.front.kjuulh.io/kjuulh/dagger-components" + [workspace.dependencies] cuddle-components = { path = "crates/cuddle-components" } dagger-components = { path = "crates/dagger-components" } diff --git a/crates/dagger-cuddle-please/Cargo.toml b/crates/dagger-cuddle-please/Cargo.toml index fb499a9..0f7538d 100644 --- a/crates/dagger-cuddle-please/Cargo.toml +++ b/crates/dagger-cuddle-please/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "dagger-cuddle-please" -version = "0.1.0" -edition = "2021" +description = "A set of components for running cuddle-please in dagger" +version.workspace = true +edition.workspace = true +authors.workspace = true +readme.workspace = true +license.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/dagger-rust/Cargo.toml b/crates/dagger-rust/Cargo.toml index 6d047d8..369f7a5 100644 --- a/crates/dagger-rust/Cargo.toml +++ b/crates/dagger-rust/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "dagger-rust" -version = "0.1.0" -edition = "2021" +description = "A common set of components for dagger-sdk, which enables patterns such as build, test and publish" +version.workspace = true +edition.workspace = true +authors.workspace = true +readme.workspace = true +license.workspace = true + +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html