mindustry logic execution, map- and schematic- parsing and rendering
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -10,6 +10,7 @@ authors = [ repository = "https://github.com/bend-n/mindus.git" license = "GPL-3.0" exclude = [".github/", "items.py"] +readme = "README.md" [dependencies] flate2 = { version = "1.0", features = ["zlib"], default-features = false } @@ -1,6 +1,6 @@ # mindus - + Mindus is a library for working with [Mindustry](https://github.com/Anuken/Mindustry) formats. diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..0bd7bc6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2023-08-03" |