We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaf490 commit 3fd78a9Copy full SHA for 3fd78a9
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "hyper-timeout"
3
version = "0.1.0"
4
authors = ["Herman J. Radtke III <[email protected]>"]
5
+description = "A timeout aware connector to be used with the hyper Client."
6
+license = "MIT/Apache-2.0"
7
+documentation = "https://github.com/hjr3/hyper-timeout"
8
+homepage = "https://github.com/hjr3/hyper-timeout"
9
+repository = "https://github.com/hjr3/hyper-timeout"
10
11
[badges]
12
travis-ci = { repository = "https://github.com/hjr3/hyper-timeout", branch = "master" }
0 commit comments