From 35d0704740eb4f8d54810508ff9826e4c2b217aa Mon Sep 17 00:00:00 2001 From: xenofem Date: Fri, 19 Jun 2020 01:49:34 -0400 Subject: [PATCH] no spaces allowed in keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb05179..69c4922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ 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"] +keywords = ["perchance", "text-generator", "parser"] readme = "README.md" edition = "2018" license = "MIT"