Skip to content

Commit 235de5b

Browse files
committed
Alphabetize dependencies
This helps cargo-add work better Signed-off-by: John Nunley <[email protected]>
1 parent 20bcc7d commit 235de5b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Cargo.toml

+7-8
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@ readme = "README.md"
1818
edition = "2018"
1919

2020
[dependencies]
21-
httparse = "1.3.4"
22-
http-types = { version = "2.9.0", default-features = false }
23-
futures-core = "0.3.8"
24-
log = "0.4.11"
25-
pin-project = "1.0.2"
2621
async-channel = "1.5.1"
2722
async-dup = "1.2.2"
28-
futures-lite = "1.13.0"
29-
async-io = "1.13.0"
3023
async-global-executor = "2.3.1"
24+
async-io = "1.13.0"
25+
futures-lite = "1.13.0"
26+
http-types = { version = "2.9.0", default-features = false }
27+
httparse = "1.3.4"
28+
log = "0.4.11"
29+
pin-project = "1.0.2"
3130

3231
[dev-dependencies]
33-
pretty_assertions = "0.6.1"
3432
async-std = { version = "1.7.0", features = ["attributes"] }
33+
pretty_assertions = "0.6.1"

0 commit comments

Comments
 (0)