From 30369cc87d44c646e9541174fbe7c1fd36cee223 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 28 May 2026 21:29:18 +0800 Subject: Update crate description --- mingling/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 9b8183d..e0062dc 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true authors = ["Weicao-CatilGrass"] license.workspace = true readme = "README.md" -description = "A Rust CLI framework for many subcmds & complex workflows, reduces boilerplate via proc macros, focus on biz logic" +description = "Macro magician in your CLI." keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] categories = ["command-line-interface"] repository.workspace = true -- cgit