From 628370aa62aa6b90d497a7181ff3f7e3aa91c446 Mon Sep 17 00:00:00 2001 From: blackfur <64478051+theblackfurguy@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:56:34 +0200 Subject: [PATCH] Added metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e60105a..b087a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["blackfur <64478051+theblackfurguy@users.noreply.github.com>"] edition = "2018" description = "Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you" +license = "MIT OR Apache-2.0" +repository = "https://github.com/TheBlackfurGuy/mcpi-api-rust" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html