Skip to content

Commit d09288e

Browse files
committed
chore(cargo): add homepage, update documentation fields
1 parent 4ed32d1 commit d09288e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name = "hyper"
44
version = "0.11.0-a.0"
55
description = "A modern HTTP library."
66
readme = "README.md"
7-
documentation = "http://hyperium.github.io/hyper"
7+
homepage = "https://hyper.rs"
8+
documentation = "https://docs.rs/hyper"
89
repository = "https://github.com/hyperium/hyper"
910
license = "MIT"
1011
authors = ["Sean McArthur <[email protected]>"]

0 commit comments

Comments
 (0)