Add homepages entry to Cargo.toml

This commit is contained in:
Zach Dziura 2016-05-10 15:16:40 -04:00
parent 2965e9e7e7
commit c49b66c7e1

View file

@ -4,6 +4,7 @@ version = "0.3.0"
authors = ["Zach Dziura <zcdziura@gmail.com>"]
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"