generated from PlexSheep/rs-base
modify cargo.toml
cargo devel CI / cargo CI (push) Successful in 1m58s
Details
cargo devel CI / cargo CI (push) Successful in 1m58s
Details
This commit is contained in:
parent
f4976dd240
commit
d63f6cfe21
31
Cargo.toml
31
Cargo.toml
|
@ -1,16 +1,33 @@
|
|||
[package]
|
||||
name = "template"
|
||||
name = "autocrate"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||
license = "MIT"
|
||||
description = "No description yet"
|
||||
license = "GPL-3"
|
||||
description = "Release Manager for Your Projects on Gitea, GitHub, and GitLab"
|
||||
readme = "README.md"
|
||||
homepage = "https://git.cscherr.de/PlexSheep/rs-base"
|
||||
repository = "https://git.cscherr.de/PlexSheep/rs-base"
|
||||
keywords = ["template"]
|
||||
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",
|
||||
]
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
||||
libpt = { version = "0.3.11", features = ["log"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_yaml = "0.9.30"
|
||||
|
|
Loading…
Reference in New Issue