From d09288e7b34ba751952162b88719956d6ab3bd05 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 13 Jun 2017 10:38:31 -0700 Subject: [PATCH] chore(cargo): add homepage, update documentation fields --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7490799..dae09fcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]