summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-09-19 09:04:46 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-19 09:05:24 +0200
commit562ca0e2f5cb606415937268832f9b500bd628c7 (patch)
tree4946015f664bb64d79d74e443890952b6a13e7ea /Cargo.lock
parent98e686487c9d9af598644af40738527a3ab51bcc (diff)
Add echoserver tedge binary for testcontainer example setuppost-merge/testcontainers
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0aa66dcb..d3798e4d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1108,6 +1108,26 @@ dependencies = [
]
[[package]]
+name = "echoserver"
+version = "0.1.0"
+dependencies = [
+ "async-trait",
+ "cfg-if 1.0.0",
+ "clap 3.2.18",
+ "env_logger 0.9.0",
+ "hyper",
+ "miette",
+ "tedge-cli",
+ "tedge_api",
+ "tedge_core",
+ "thiserror",
+ "tokio",
+ "toml",
+ "tracing",
+ "tracing-subscriber",
+]
+
+[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"