mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65308bd..d7269c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,12 @@ strconv = { path = "strconv" }
image = { version = "0.24.6", features = ["png"], default-features = false }
const-str = "0.5.5"
color-hex = "0.2.0"
+zip = { version = "0.6.6", features = ["zstd"], default-features = false }
+
+[build-dependencies]
+zip = { version = "0.6.6", features = ["zstd"], default-features = false }
+walkdir = "2"
+
[[bin]]
name = "plandustry"