From ba1cfb1898a4f0a67f4d0e851ac7d8def1b3c066 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Tue, 31 Jan 2017 14:17:07 +0100 Subject: [PATCH] Add category --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]