From c74a3857564dd875071b4ce52ee9bf343c8e2180 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 14:45:38 +0800 Subject: 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. --- mingling_cli/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'mingling_cli/Cargo.toml') 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"] } -- cgit