Add homepages entry to Cargo.toml
This commit is contained in:
parent
2965e9e7e7
commit
c49b66c7e1
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ version = "0.3.0"
|
||||||
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
||||||
description = "A cryptographically secure prime number generator"
|
description = "A cryptographically secure prime number generator"
|
||||||
repository = "https://github.com/zcdziura/pumpkin"
|
repository = "https://github.com/zcdziura/pumpkin"
|
||||||
|
homepages = "https://zcdziura.github.io/pumpkin/pumpkin"
|
||||||
keywords = ["prime", "number", "cryptography", "generator"]
|
keywords = ["prime", "number", "cryptography", "generator"]
|
||||||
license = "Unlicense/MIT"
|
license = "Unlicense/MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue