From 3957747ce4c7c19b2dafe5796577ec9aa99dbade Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 3 May 2024 19:22:02 +0200 Subject: [PATCH] fix(Cargo.toml): Add required metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6837e4b..8e232b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,10 @@ name = "keymaps" description = "A rust crate which provides a standardized encoding for key codes" version = "0.1.0" edition = "2021" +license = "LGPL-3.0-or-later" +repository = "https://git.nerdcult.net/trinitrix/keymaps" +categories = ["command-line, tui, library"] +keywords = ["keymaps", "keychords", "vim"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html