From 80392410f56188665c533555e8fa4fc074c2b1c8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 3 May 2024 21:00:09 +0200 Subject: [PATCH] fix(Cargo.toml): Add correct categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e232b9..9a7e1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ version = "0.1.0" edition = "2021" license = "LGPL-3.0-or-later" repository = "https://git.nerdcult.net/trinitrix/keymaps" -categories = ["command-line, tui, library"] +categories = ["command-line-interface", "data-structures", "encoding"] keywords = ["keymaps", "keychords", "vim"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html