fix(Cargo.toml): Add correct categories
This commit is contained in:
parent
3957747ce4
commit
80392410f5
|
@ -25,7 +25,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-3.0-or-later"
|
license = "LGPL-3.0-or-later"
|
||||||
repository = "https://git.nerdcult.net/trinitrix/keymaps"
|
repository = "https://git.nerdcult.net/trinitrix/keymaps"
|
||||||
categories = ["command-line, tui, library"]
|
categories = ["command-line-interface", "data-structures", "encoding"]
|
||||||
keywords = ["keymaps", "keychords", "vim"]
|
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