kjuulh
3878e6bc0a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
20 lines
600 B
TOML
20 lines
600 B
TOML
[package]
|
|
name = "cuddle-please-actions"
|
|
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://git.front.kjuulh.io/kjuulh/cuddle-please"
|
|
readme = "../../README.md"
|
|
license-file = "../../LICENSE"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publishable = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
semver.workspace = true
|
|
toml_edit.workspace = true
|
|
yaml-rust2.workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions.workspace = true
|