From 1f3e6f613bc5950c8d57b360d7582d4d9623261d Mon Sep 17 00:00:00 2001 From: chiragkahlon Date: Wed, 1 Jun 2022 22:30:33 -0700 Subject: [PATCH] Updated cargo.toml with description, repository link, and readme. Also added keywords --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7c3cf86..bd75147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,11 @@ version = "0.1.0-alpha" edition = "2021" license = "AGPL-3.0-only" authors = ["CKingX"] +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." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html