From da30c58e794b7a82f9f3b2c5a88f35c4d26ee955 Mon Sep 17 00:00:00 2001 From: junderw Date: Wed, 25 Oct 2023 00:47:53 -0700 Subject: [PATCH] Add extra info --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0536a31..cfe0f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ authors = [ "Jonathan Underwood " ] edition = "2021" +homepage = "https://github.com/junderw/hibp_downloader" +repository = "https://github.com/junderw/hibp_downloader" +documentation = "https://docs.rs/hibp_downloader" description = "A CLI app for downloading and/or sorting HaveIBeenPwned password hashes." [dependencies]