aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-09 14:45:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-09 14:45:38 +0800
commitc74a3857564dd875071b4ce52ee9bf343c8e2180 (patch)
tree6d9c23302438e87cec031c76e4d8cd8f16d7c31c /mingling_cli/Cargo.toml
parentb7888733e5b0765a42e1301da3376d862c206c11 (diff)
chore: remove ZIP template packaging and use directories
Replace the ZIP-based template archive workflow with direct directory copying. Delete the `package-mling-tmpls` tool and remove the `zip` dependency.
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index a9b484a..0fb03a3 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -64,9 +64,6 @@ semver = "1.0.28"
# Code gen
just_template = "0.2.1"
-# Compress
-zip = "2"
-
[build-dependencies]
# Configure & Serialization
serde = { version = "1.0.229", features = ["derive"] }