aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-07 15:48:37 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 02:56:28 +0800
commitc2de5313748e7d5f8ad7efee9ffecb513994443a (patch)
treec449707d80a435ba14684c3b0387ea971da66ea7 /mingling_cli/Cargo.toml
parentb5251db3f8bfb1a9b8ba946570baabce813c6ba8 (diff)
feat(pkg_mgr): add uninstall command and improve install
Implement `mling uninstall` to remove installed packages by name or name@version, with shell completion support. Rework install to build release binaries, copy them plus completion scripts to a per-version directory under the user data dir.
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index 071c9e8..4f13a63 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -58,6 +58,7 @@ serde_json = "1.0.151"
tokio = { version = "1.53.1", features = ["full"] }
toml_edit = "0.25.13"
colored = "3.1.1"
+dirs = "6.0.0"
[build-dependencies]
# Configure & Serialization