mindustry logic execution, map- and schematic- parsing and rendering
Add metadata for cargo and crates.io
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ name = "plandustry" version = "1.0.0" edition = "2021" +description = "A command-line tool for working with Mindustry schematics" +authors = ["KosmosPrime <[email protected]>"] +repository = "https://github.com/KosmosPrime/plandustry.git" +license = "GPL-3.0" [dependencies] flate2 = "1.0" |