From db21b92feb4026fb0b1fbf2957dc977916902e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Wed, 5 Jul 2023 12:44:30 +0200 Subject: [PATCH] chore(cargo): filled out Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added all fields for [package], those where there was nothing of interest to add were just added as comments for reference. Some of them might be used later. Signed-off-by: Christina Sørensen --- Cargo.toml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2af5769..9b9ace7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,30 @@ [package] name = "gg" version = "0.1.2" -edition = "2021" authors = ["Christina Sørensen"] +edition = "2021" +rust-version = "1.72.0" +description = "A Rust GitOps/symlinkfarm orchestrator inspired by GNU Stow." +documentation = "https://github.com/cafkafk/gg" +readme = "./README.org" +homepage = "https://github.com/cafkafk/gg" repository = "https://github.com/cafkafk/gg" license = "GPL-3.0-only" +keywords = ["git", "declarative", "cli", "devops", "terminal"] +categories = ["command-line-interface", "command-line-utilities"] +# workspace = "idk, I have no idea how to use this" +# build = "build.rs" +# links = "git2" +# exclude = "./vacation_photos" +# include = "./gg_memes" +publish = false +# metadata +# deafult-run +# autobins +# autoexamples +# autotests +# autobenches +# resolver # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html