Skip to content

Commit 9fee00b

Browse files
committed
Update cargo.toml
1 parent 24cf60a commit 9fee00b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@ default = []
1616
hyperium_http = ["http"]
1717

1818
[dependencies]
19-
async-std = { version = "1.4.0", features = ["unstable"] }
19+
anyhow = "1.0.26"
2020
cookie = "0.12.0"
2121
infer = "0.1.2"
22+
omnom = "2.1.1"
2223
pin-project-lite = "0.1.0"
2324
url = "2.1.0"
24-
omnom = "2.1.1"
25+
26+
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
27+
async-std = { version = "1.4.0", features = ["unstable"] }
2528

2629
# features: hyperium/http
2730
http = { version = "0.2.0", optional = true }
28-
anyhow = "1.0.26"
2931

3032
[dev-dependencies]
3133
http = "0.2.0"

0 commit comments

Comments
 (0)