From d63f6cfe21fe50897b67b72cb7ce645367e0caef Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 23 Jan 2024 23:39:15 +0100 Subject: [PATCH] modify cargo.toml --- Cargo.toml | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0543e1f..9154662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,33 @@ [package] -name = "template" +name = "autocrate" version = "0.1.0" edition = "2021" publish = false authors = ["Christoph J. Scherr "] -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"