rename binaries for clarity, and first pass of connect_to_servers test util

This commit is contained in:
James Wilson
2021-07-07 12:49:03 +01:00
parent 8bf412cad9
commit f2adead2e9
25 changed files with 212 additions and 48 deletions
+25 -24
View File
@@ -1259,29 +1259,6 @@ dependencies = [
"opaque-debug",
]
[[package]]
name = "shard"
version = "0.1.0"
dependencies = [
"anyhow",
"bincode",
"common",
"futures",
"hex",
"http",
"log",
"primitive-types",
"serde",
"serde_json",
"simple_logger",
"soketto",
"structopt",
"thiserror",
"tokio",
"tokio-util",
"warp",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
@@ -1395,7 +1372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "telemetry"
name = "telemetry_core"
version = "0.1.0"
dependencies = [
"anyhow",
@@ -1423,6 +1400,29 @@ dependencies = [
"warp",
]
[[package]]
name = "telemetry_shard"
version = "0.1.0"
dependencies = [
"anyhow",
"bincode",
"common",
"futures",
"hex",
"http",
"log",
"primitive-types",
"serde",
"serde_json",
"simple_logger",
"soketto",
"structopt",
"thiserror",
"tokio",
"tokio-util",
"warp",
]
[[package]]
name = "tempfile"
version = "3.2.0"
@@ -1441,6 +1441,7 @@ dependencies = [
name = "test_utils"
version = "0.1.0"
dependencies = [
"anyhow",
"futures",
"http",
"log",