diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 14:59:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 14:59:56 +0800 |
| commit | 338361a8fca469745454e0f067c93739542d4ff0 (patch) | |
| tree | 80c472721793944eadd3127bdca727e0118af202 /mingling | |
| parent | aaa9001d99b7846da0cd40afca06e7c457e711d6 (diff) | |
Add repository URL to Cargo.toml files
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
