chore(cargo): add homepage, update documentation fields

This commit is contained in:
Sean McArthur
2017-06-13 10:38:31 -07:00
parent 4ed32d1b55
commit d09288e7b3

View File

@@ -4,7 +4,8 @@ name = "hyper"
version = "0.11.0-a.0"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper"
homepage = "https://hyper.rs"
documentation = "https://docs.rs/hyper"
repository = "https://github.com/hyperium/hyper"
license = "MIT"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]