From 93ab1be856c71a4fb3c00311923e489e9dc1644a Mon Sep 17 00:00:00 2001 From: wangyiyang Date: Fri, 15 Mar 2024 20:24:37 +0800 Subject: [PATCH] update cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a908554..c60322a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A cross-platform ascii-art firework simulator in terminal" readme = "README.md" repository = "https://github.com/Wayoung7/firework-rs" license-file = "LICENSE" -keywords = ["ascii", "firework", "terminal", "cli", "simulation"] +keywords = ["ascii", "fireworks", "terminal", "cli"] categories = ["command-line-utilities"] [dependencies]