Skip to content

Commit

Permalink
Updated cargo.toml to reflect that it is a commandline application
Browse files Browse the repository at this point in the history
  • Loading branch information
CKingX committed Jun 4, 2022
1 parent 4d88184 commit efe3375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit efe3375

Please sign in to comment.