rename crate "cli_helpers" to "aquatic_cli_helpers"

This commit is contained in:
Joakim Frostegård 2020-05-25 19:27:22 +02:00
parent bc4ada104d
commit 2f13e1e1a8
12 changed files with 25 additions and 25 deletions

28
Cargo.lock generated
View file

@ -21,6 +21,16 @@ version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
[[package]]
name = "aquatic_cli_helpers"
version = "0.1.0"
dependencies = [
"anyhow",
"gumdrop",
"serde",
"toml",
]
[[package]]
name = "aquatic_common"
version = "0.1.0"
@ -34,9 +44,9 @@ name = "aquatic_udp"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_udp_protocol",
"cli_helpers",
"crossbeam-channel",
"hashbrown",
"histogram",
@ -57,8 +67,8 @@ name = "aquatic_udp_bench"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_udp",
"cli_helpers",
"crossbeam-channel",
"indicatif",
"mimalloc",
@ -74,8 +84,8 @@ name = "aquatic_udp_load_test"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_udp_protocol",
"cli_helpers",
"crossbeam-channel",
"hashbrown",
"mimalloc",
@ -103,8 +113,8 @@ name = "aquatic_ws"
version = "0.1.0"
dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_common",
"cli_helpers",
"either",
"flume",
"hashbrown",
@ -257,16 +267,6 @@ dependencies = [
"time",
]
[[package]]
name = "cli_helpers"
version = "0.1.0"
dependencies = [
"anyhow",
"gumdrop",
"serde",
"toml",
]
[[package]]
name = "cloudabi"
version = "0.0.3"