From 338361a8fca469745454e0f067c93739542d4ff0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 14:59:56 +0800 Subject: Add repository URL to Cargo.toml files --- mingling/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index cd5f2f1..bc6db7b 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -8,6 +8,7 @@ readme = "README.md" description = "A procedural command-line framework with subcommand support" keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] categories = ["command-line"] +repository = "https://github.com/catilgrass/mingling" [features] default = ["macros"] -- cgit