mindustry logic execution, map- and schematic- parsing and rendering
Add metadata for cargo and crates.io
KosmosPrime 2023-02-13
parent 1695186 · commit 9296327
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2816f30..5920d18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"