From 4d6c45edcf352b976aca6e80567c857cb338cbec Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 12 Oct 2019 00:50:59 -0700 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ac6e272..dbd38fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,12 @@ name = "riven" version = "0.0.1" authors = ["Mingwei Samuel "] +description = "RiotApi library (wip)" +license = "LGPL-3.0" edition = "2018" +exclude = [ + ".gitignore" +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html