mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |