Skip to content

Commit

Permalink
Updated cargo.toml with description, repository link, and readme. Als…
Browse files Browse the repository at this point in the history
…o added keywords
  • Loading branch information
chiragkahlon committed Jun 2, 2022
1 parent 6dea6b9 commit 1f3e6f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f3e6f6

Please sign in to comment.