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 12a88c5 commit dc2491dCopy full SHA for dc2491d
Cargo.toml
@@ -16,18 +16,19 @@ default = []
16
hyperium_http = ["http"]
17
18
[dependencies]
19
-anyhow = "1.0.26"
20
-cookie = "0.12.0"
21
-infer = "0.1.2"
22
-omnom = "2.1.1"
23
-pin-project-lite = "0.1.0"
24
-url = "2.1.0"
25
26
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
27
async-std = { version = "1.4.0", features = ["unstable"] }
28
29
# features: hyperium/http
30
http = { version = "0.2.0", optional = true }
31
+anyhow = "1.0.26"
+cookie = "0.12.0"
+infer = "0.1.2"
+omnom = "2.1.1"
+pin-project-lite = "0.1.0"
+url = "2.1.0"
32
+
33
[dev-dependencies]
34
http = "0.2.0"
0 commit comments