From 8cecfdf2f6dd5b0de507f79b469517cc0fb42add Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 29 Jun 2024 03:19:24 -0400 Subject: [PATCH] chore: Update categories in Cargo.toml (#57) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0164b53a..be6f9516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" # or any other appr repository = "https://github.com/ratatui-org/ratatui-macros" documentation = "https://docs.rs/ratatui-macros" keywords = ["ratatui", "macros", "tui", "ui"] -categories = ["tui", "macro"] +categories = ["command-line-interface"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html