1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[package] 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" [[bin]] name = "plandustry" path = "src/exe/mod.rs"