mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ [package] name = "plandustry" -version = "0.1.0" +version = "1.0.0" edition = "2021" -publish = false [dependencies] flate2 = "1.0" + +[[bin]] +name = "plandustry" +path = "src/exe/mod.rs" |