Skip to content

Commit dc2491d

Browse files
committed
Reorder imports in cargo.toml
1 parent 12a88c5 commit dc2491d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Cargo.toml

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

1818
[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"
2519

2620
# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
2721
async-std = { version = "1.4.0", features = ["unstable"] }
2822

2923
# features: hyperium/http
3024
http = { version = "0.2.0", optional = true }
3125

26+
anyhow = "1.0.26"
27+
cookie = "0.12.0"
28+
infer = "0.1.2"
29+
omnom = "2.1.1"
30+
pin-project-lite = "0.1.0"
31+
url = "2.1.0"
32+
3233
[dev-dependencies]
3334
http = "0.2.0"

0 commit comments

Comments
 (0)