summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2a5b5f6..8b591518 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,8 @@ members = [
"plugins/tedge_apama_plugin",
"plugins/tedge_apt_plugin",
"plugins/tedge_dummy_plugin",
- "tedge"
+ "tedge",
+ "tests/testcontainers/echoserver",
]
resolver = "2"