diff --git a/crates/cuddle-please-commands/Cargo.toml b/crates/cuddle-please-commands/Cargo.toml index 967af68..38e3ef4 100644 --- a/crates/cuddle-please-commands/Cargo.toml +++ b/crates/cuddle-please-commands/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "cuddle-please-commands" +description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" +repository = "https://github.com/kjuulh/dagger-sdk" +readme = "../../README.md" +license-file = "../../LICENSE" version = "0.1.0" edition = "2021" +publishable = true [dependencies] diff --git a/crates/cuddle-please-frontend/Cargo.toml b/crates/cuddle-please-frontend/Cargo.toml index cb05727..48809b0 100644 --- a/crates/cuddle-please-frontend/Cargo.toml +++ b/crates/cuddle-please-frontend/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "cuddle-please-frontend" +description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" +repository = "https://github.com/kjuulh/dagger-sdk" +readme = "../../README.md" +license-file = "../../LICENSE" version = "0.1.0" edition = "2021" +publishable = true [dependencies] anyhow.workspace = true diff --git a/crates/cuddle-please-misc/Cargo.toml b/crates/cuddle-please-misc/Cargo.toml index 2ed5cca..2ddb0a4 100644 --- a/crates/cuddle-please-misc/Cargo.toml +++ b/crates/cuddle-please-misc/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "cuddle-please-misc" +description = "A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github" +repository = "https://github.com/kjuulh/dagger-sdk" +readme = "../../README.md" +license-file = "../../LICENSE" version = "0.1.0" edition = "2021" +publishable = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html