mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd3391e..efb00b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,8 @@ repository = "https://github.com/KosmosPrime/plandustry.git"
license = "GPL-3.0"
[dependencies]
-flate2 = {version = "1.0", features = ["zlib"], default-features = false}
+flate2 = { version = "1.0", features = ["zlib"], default-features = false }
+paste = "1.0.12"
[[bin]]
name = "plandustry"