feat: add publishable to rest
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
391defa4ee
commit
0a3c5671d5
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user