From c520e2d9e2635ed332e6d43714804de63b007e8b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 22:02:19 +0200 Subject: chore(Cargo.toml): Add additional meta data --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 07cf5ab..40b8513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "lpm" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" +description = "A configurable LaTeX project manager" +homepage = "https://codeberg.org/soishpa/lpm/src/branch/prime/README.md" +repository = "https://codeberg.org/soispha/lpm" +categories = ["command-line-utilities"] +keywords = ["managment", "latex"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit 1.4.1