Alphabetize dependencies

This helps cargo-add work better

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-20 20:29:36 -07:00
parent 20bcc7da32
commit 235de5be5d
No known key found for this signature in database
GPG Key ID: 397D2B00FEA368AA
1 changed files with 7 additions and 8 deletions

View File

@ -18,17 +18,16 @@ readme = "README.md"
edition = "2018"
[dependencies]
httparse = "1.3.4"
http-types = { version = "2.9.0", default-features = false }
futures-core = "0.3.8"
log = "0.4.11"
pin-project = "1.0.2"
async-channel = "1.5.1"
async-dup = "1.2.2"
futures-lite = "1.13.0"
async-io = "1.13.0"
async-global-executor = "2.3.1"
async-io = "1.13.0"
futures-lite = "1.13.0"
http-types = { version = "2.9.0", default-features = false }
httparse = "1.3.4"
log = "0.4.11"
pin-project = "1.0.2"
[dev-dependencies]
pretty_assertions = "0.6.1"
async-std = { version = "1.7.0", features = ["attributes"] }
pretty_assertions = "0.6.1"