mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/Cargo.toml')
-rw-r--r--lemu/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lemu/Cargo.toml b/lemu/Cargo.toml
index 09a1c48..70e1b8d 100644
--- a/lemu/Cargo.toml
+++ b/lemu/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lemu"
-version = "0.1.0"
+version = "0.1.2"
edition = "2021"
description = "M-LOG runner"
authors = ["bend-n <[email protected]>"]
@@ -20,6 +20,7 @@ rust-fuzzy-search = { version = "0.1.1", optional = true }
[features]
bin = ["fimg/save", "diagnose"]
diagnose = ["rust-fuzzy-search", "yumy"]
+__send__ = []
default = ["bin"]
[[bin]]