diff --git a/Cargo.toml b/Cargo.toml index 021a805..93398af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ name = "pwgenr" version = "0.1.0" authors = ["FliegendeWurst <2012gdwu@web.de>"] -description = "Untypable password generator" +description = "A untypable password generator" repository = "https://gitlab.com/Sakuhl/pwgenr/" keywords = ["password", "generator", "unicode"] readme = "README.md" license = "GPL-3.0" +categories = ["command-line-utilities"] build = "build.rs" [dependencies]