From 741a6799a891a974f3ccc6b09eb8fbe05cc29884 Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 19 Jun 2020 01:47:46 -0400 Subject: [PATCH] add metadata for crates.io --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f162376..bb05179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "purrchance" version = "0.1.0" authors = ["xenofem "] +description = "An unofficial Rust implementation of the Perchance grammar engine" +repository = "https://git.xeno.science/xenofem/purrchance" +keywords = ["perchance", "text generator", "parser"] +readme = "README.md" edition = "2018" license = "MIT"