diff options
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |