From efe3375a921251d834406515f25ed377eeec048e Mon Sep 17 00:00:00 2001 From: CKingX Date: Fri, 3 Jun 2022 23:37:30 -0700 Subject: [PATCH] Updated cargo.toml to reflect that it is a commandline application --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 440a8c9..525df02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ keywords = ["haveibeenpwned", "password", "hibp"] readme = "README.md" homepage = "https://github.com/CKingX/haveibeenpwned" repository = "https://github.com/CKingX/haveibeenpwned" -description = "haveibeenpwned is a command-line application that uses have i been pwned? service and can create and use Binary Fuse filter for efficient query at cost of false positives." +description = "haveibeenpwned is a command-line application that uses HaveIBeenPwned service and can create and use Binary Fuse filter for efficient query at cost of false positives." +categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html