mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/Cargo.toml')
| -rw-r--r-- | lemu/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lemu/Cargo.toml b/lemu/Cargo.toml index 4f48092..5d4bc34 100644 --- a/lemu/Cargo.toml +++ b/lemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemu" -version = "0.2.7" +version = "0.2.8" edition = "2021" description = "M-LOG runner" authors = ["bend-n <[email protected]>"] @@ -16,11 +16,12 @@ fimg = { version = "0.4", default-features = false } logos = "0.13.0" rust-fuzzy-search = { version = "0.1.1", optional = true } beef = "0.5" -lerr = { version = "0.1.1", optional = true } +lerr = { version = "0.1.5", optional = true } +comat = { version = "0.1.2", optional = true } [features] bin = ["fimg/save", "diagnose"] -diagnose = ["rust-fuzzy-search", "lerr"] +diagnose = ["rust-fuzzy-search", "lerr", "comat"] default = ["bin"] [[bin]] |