mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/Cargo.toml')
-rw-r--r--lemu/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lemu/Cargo.toml b/lemu/Cargo.toml
index b12e365..bacfdea 100644
--- a/lemu/Cargo.toml
+++ b/lemu/Cargo.toml
@@ -19,6 +19,9 @@ beef = "0.5"
lerr = { version = "0.1.5", optional = true }
comat = { version = "0.1.2", optional = true }
vecto = "0.1.1"
+phf = { version = "0.12.1", features = ["macros"] }
+atools = "0.1.7"
+car = "0.1.2"
[features]
debug = ["comat"]