Run rustfmt, clean up aquatic_http_protocol/Cargo.toml

This commit is contained in:
Joakim Frostegård 2021-08-15 22:26:11 +02:00
parent 0cc312a78d
commit d0e716f80b
65 changed files with 1754 additions and 2590 deletions

View file

@ -11,11 +11,6 @@ exclude = ["target"]
[lib]
name = "aquatic_http_protocol"
[[bench]]
name = "bench_request_from_path"
path = "benches/bench_request_from_path.rs"
harness = false
[[bench]]
name = "bench_request_from_bytes"
path = "benches/bench_request_from_bytes.rs"
@ -44,4 +39,4 @@ urlencoding = "1"
bendy = { version = "0.3", features = ["std", "serde"] }
criterion = "0.3"
quickcheck = "1.0"
quickcheck_macros = "1.0"
quickcheck_macros = "1.0"