diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-29 21:50:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-29 21:58:51 +0800 |
| commit | 727ba2473beb98f071196a15ce74a811ba4f4c72 (patch) | |
| tree | 28710b12dbf57844e8655e1502c5cb84d69e2109 /mingling/Cargo.toml | |
| parent | 6ce49469abe892e29d8a79e3e089c93b4f475583 (diff) | |
Update CHANGELOG and switch to published crate versions0.1.9
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 68a26d4..37ca792 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -6,17 +6,7 @@ authors = ["Weicao-CatilGrass"] license.workspace = true readme = "README.md" description = "Macro magician in your CLI." -keywords = [ - "cli", - "cli-framework", - "framework", - "workflow", - "procedural", - "subcommand", - "macro", - "dispatch", - "command-line", -] +keywords = ["cli", "cli-framework", "subcommand", "macro", "command-line"] categories = ["command-line-interface"] repository.workspace = true @@ -89,7 +79,7 @@ ron_serde_fmt = ["mingling_core/ron_serde_fmt"] extra_macros = ["mingling_macros/extra_macros"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.9", default-features = false } +mingling_macros = { version = "0.1.9", default-features = false } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } |
