summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-08-16 09:13:31 +0100
committerGitHub <noreply@github.com>2021-08-16 09:13:31 +0100
commitec8a1c1df0e91188f57e5eb08dbed4d62df3bc07 (patch)
tree0b65195fe5c674a24b54536ab0ca37f18c03aa6d /Cargo.toml
parentb09d22e896624cf9b49794151650910b0c140a6c (diff)
[CIT-450] Add tests for plugin_sm lib (#375)
* Add tests for plugins and plugin registry. Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31c7531e..c3309045 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
"sm/plugin_sm",
"sm/tedge_agent",
"sm/plugins/tedge_apt_plugin",
+ "sm/plugins/tedge_dummy_plugin",
"tedge_config",
"tedge",
]