From aaa9001d99b7846da0cd40afca06e7c457e711d6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 14:50:59 +0800 Subject: Add README and license files to project structure --- mingling/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 00f87c0..cd5f2f1 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -3,7 +3,11 @@ name = "mingling" version = "0.1.0" edition = "2024" authors = ["Weicao-CatilGrass"] -license-file = "LICENSE-MIT" +license = "MIT OR Apache-2.0" +readme = "README.md" +description = "A procedural command-line framework with subcommand support" +keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] +categories = ["command-line"] [features] default = ["macros"] -- cgit