From b727d3b076d2d93c197c17cf7eb2d543479df930 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 21 Apr 2020 22:34:50 -0600 Subject: [PATCH] add metadata to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 78d69bc..8ee0181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "axfive-matrix-dicebot" version = "0.1.0" authors = ["Taylor C. Richberger "] edition = "2018" +license = 'MIT' +license-file = 'LICENSE' +description = 'A simple async Matrix dicebot' +readme = 'README.md' +repository = 'https://gitlab.com/Taywee/axfive-matrix-dicebot' +keywords = ["games", "dice", "matrix", "bot"] +categories = ["games"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html