mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic http protocol Cargo.toml: move bendy to dev-dependencies
This commit is contained in:
parent
081d4cca26
commit
3e4e145248
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
bendy = { version = "0.3", features = ["std", "serde"] }
|
|
||||||
hashbrown = "0.8"
|
hashbrown = "0.8"
|
||||||
hex = { version = "0.4", default-features = false }
|
hex = { version = "0.4", default-features = false }
|
||||||
httparse = "1"
|
httparse = "1"
|
||||||
|
|
@ -37,6 +36,7 @@ serde = { version = "1", features = ["derive"] }
|
||||||
smartstring = "0.2"
|
smartstring = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bendy = { version = "0.3", features = ["std", "serde"] }
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
quickcheck = "0.9"
|
quickcheck = "0.9"
|
||||||
quickcheck_macros = "0.9"
|
quickcheck_macros = "0.9"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue