autocrate/Cargo.toml

34 lines
811 B
TOML
Raw Normal View History

2024-01-23 21:38:11 +01:00
[package]
2024-01-23 23:39:15 +01:00
name = "autocrate"
2024-01-23 21:38:11 +01:00
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
2024-01-23 23:39:15 +01:00
license = "GPL-3"
description = "Release Manager for Your Projects on Gitea, GitHub, and GitLab"
2024-01-23 21:38:11 +01:00
readme = "README.md"
2024-01-23 23:39:15 +01:00
homepage = "https://git.cscherr.de/PlexSheep/autocrate"
repository = "https://git.cscherr.de/PlexSheep/autocrate"
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",
]
2024-01-23 21:38:11 +01:00
[dependencies]
2024-01-23 23:39:15 +01:00
libpt = { version = "0.3.11", features = ["log"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_yaml = "0.9.30"