kjuulh
3878e6bc0a
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
[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://git.front.kjuulh.io/kjuulh/cuddle-please"
|
|
readme = "../../README.md"
|
|
license-file = "../../LICENSE"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publishable = true
|
|
|
|
|
|
[dependencies]
|
|
cuddle-please-frontend.workspace = true
|
|
cuddle-please-misc.workspace = true
|
|
cuddle-please-actions.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
clap.workspace = true
|
|
dotenv.workspace = true
|
|
serde_yaml.workspace = true
|
|
serde.workspace = true
|
|
reqwest = { workspace = true, features = ["blocking", "json"] }
|
|
url.workspace = true
|
|
semver.workspace = true
|
|
conventional_commit_parser.workspace = true
|
|
tempdir.workspace = true
|
|
git-cliff-core.workspace = true
|
|
regex.workspace = true
|
|
chrono.workspace = true
|
|
lazy_static.workspace = true
|
|
parse-changelog.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tracing-test = { workspace = true, features = ["no-env-filter"] }
|
|
pretty_assertions.workspace = true
|