mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32bdc78..2816f30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"