Use (patched) crates.io deps for crates, add some package metadata

This commit is contained in:
Joakim Frostegård 2020-09-13 17:28:18 +02:00
parent 66e9882f48
commit fe11ed138a
15 changed files with 66 additions and 28 deletions

View file

@ -4,14 +4,15 @@ version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/greatest-ape/aquatic"
[[bin]]
name = "aquatic_ws_load_test"
[dependencies]
anyhow = "1"
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
aquatic_ws_protocol = { path = "../aquatic_ws_protocol" }
aquatic_cli_helpers = "0.1.0"
aquatic_ws_protocol = "0.1.0"
hashbrown = { version = "0.9", features = ["serde"] }
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }