From 47e96e4ef0b0f8cf70d208e4eb4c66b507855873 Mon Sep 17 00:00:00 2001 From: sumoduduk Date: Mon, 12 Aug 2024 17:43:39 +0700 Subject: [PATCH] fix: categories in cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 496fa42..b5daf3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ keywords = [ "terminal-ui", "music-player", ] -categories = ["terminal", "music-player", "cli"] +categories = ["asynchronous", "command-line-utilities", "concurrency" ] authors = ["Iqbal Abdurachman "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html