From c49b66c7e18c44ccafd3a25ea131b026595bf69c Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 10 May 2016 15:16:40 -0400 Subject: [PATCH] Add homepages entry to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e5dbbe4..74e3be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.0" authors = ["Zach Dziura "] description = "A cryptographically secure prime number generator" repository = "https://github.com/zcdziura/pumpkin" +homepages = "https://zcdziura.github.io/pumpkin/pumpkin" keywords = ["prime", "number", "cryptography", "generator"] license = "Unlicense/MIT" readme = "README.md"