modify cargo.toml
cargo devel CI / cargo CI (push) Successful in 1m58s Details

This commit is contained in:
Christoph J. Scherr 2024-01-23 23:39:15 +01:00
parent f4976dd240
commit d63f6cfe21
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 24 additions and 7 deletions

View File

@ -1,16 +1,33 @@
[package] [package]
name = "template" name = "autocrate"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT" license = "GPL-3"
description = "No description yet" description = "Release Manager for Your Projects on Gitea, GitHub, and GitLab"
readme = "README.md" readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/rs-base" homepage = "https://git.cscherr.de/PlexSheep/autocrate"
repository = "https://git.cscherr.de/PlexSheep/rs-base" repository = "https://git.cscherr.de/PlexSheep/autocrate"
keywords = ["template"] categories = ["command-line-utilities", "development-tools"]
keywords = [
"ci",
"cd",
"continuous-integration",
"continuous-delivery",
"workflow-automation",
"build-tool",
"version-control",
"gitea",
"github",
"gitlab",
"changelog",
"release-notes",
"automated-builds",
]
[dependencies] [dependencies]
libpt = { version = "0.3.11", features = ["log"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"