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"