From c2de5313748e7d5f8ad7efee9ffecb513994443a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 7 Aug 2026 15:48:37 +0800 Subject: 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. --- mingling_cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_cli/Cargo.toml') 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 -- cgit