summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d5a52b8..37f13638 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1679,6 +1679,8 @@ dependencies = [
"serde",
"serde_json",
"structopt",
+ "tedge_utils",
+ "tempfile",
"thiserror",
"tokio",
"url",
@@ -2558,6 +2560,14 @@ dependencies = [
]
[[package]]
+name = "tedge_dummy_plugin"
+version = "0.0.0"
+dependencies = [
+ "structopt",
+ "thiserror",
+]
+
+[[package]]
name = "tedge_mapper"
version = "0.2.3"
dependencies = [