diff options
| -rw-r--r-- | mingling/Cargo.toml | 1 | ||||
| -rw-r--r-- | mingling_macros/Cargo.toml | 1 |
2 files changed, 2 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"] diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 50fe0ec..f99e274 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -3,6 +3,7 @@ name = "mingling_macros" version = "0.1.0" edition = "2024" license = "MIT OR Apache-2.0" +repository = "https://github.com/catilgrass/mingling" [lib] proc-macro = true |
