diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:05:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 02:56:28 +0800 |
| commit | 25ece73e61cd5a9076c63fe884c84a86b35b5b42 (patch) | |
| tree | 2536540b176ecc3d4c1ba0a50bf3031d4fe07591 /mingling_cli/Cargo.toml | |
| parent | c2de5313748e7d5f8ad7efee9ffecb513994443a (diff) | |
feat: implement pkg-enable and pkg-disable commands
Add package enable/disable functionality with version matching
for pkg-enable, and fix help text to reflect implemented commands.
Diffstat (limited to 'mingling_cli/Cargo.toml')
| -rw-r--r-- | mingling_cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 4f13a63..2bb3fd3 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -59,6 +59,7 @@ tokio = { version = "1.53.1", features = ["full"] } toml_edit = "0.25.13" colored = "3.1.1" dirs = "6.0.0" +semver = "1.0.28" [build-dependencies] # Configure & Serialization |
