fix(Cargo.toml): Add required metadata

This commit is contained in:
Benedikt Peetz 2024-05-03 19:22:02 +02:00
parent 6c1f167cbb
commit 3957747ce4
1 changed files with 4 additions and 0 deletions

View File

@ -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