mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9393816..adcbea5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,10 +9,7 @@ authors = [
]
repository = "https://github.com/bend-n/mindus.git"
license = "GPL-3.0"
-exclude = [
- ".github/",
- "items.py"
-]
+exclude = [".github/", "items.py"]
[dependencies]
@@ -32,3 +29,8 @@ walkdir = "2"
[[bin]]
name = "plandustry"
path = "src/exe/mod.rs"
+
+[profile.release]
+debug = 2
+opt-level = 3
+lto = true