fix(Cargo.toml): Add required metadata
This commit is contained in:
parent
6c1f167cbb
commit
3957747ce4
|
@ -23,6 +23,10 @@ name = "keymaps"
|
||||||
description = "A rust crate which provides a standardized encoding for key codes"
|
description = "A rust crate which provides a standardized encoding for key codes"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Reference in New Issue