From a43301074d643249a23e445d5261f9ec717b12cd Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 25 Sep 2020 19:25:13 +0200 Subject: [PATCH] Add metadata for crates.io Signed-off-by: trivernis --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f9a4f2a..7c8bb11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "minecraft-regions-tool" version = "0.1.0" authors = ["trivernis "] edition = "2018" +license = "GPL-3.0" +readme = "README.md" +description = "A utility for minecraft region files" +repository = "https://github.com/Trivernis/minecraft-regions-tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html