aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index 2bb3fd3..a9b484a 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -61,13 +61,19 @@ colored = "3.1.1"
dirs = "6.0.0"
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"] }
serde_json = "1.0.151"
# Code gen
-just_template = "0.2.0"
+just_template = "0.2.1"
[profile.release]
opt-level = "z"