summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-08 15:30:43 +0200
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-08 15:30:43 +0200
commit5fcf8b57d45b2d98175bf010c8bbd92ef50550f5 (patch)
tree128cea7b6e124bcbda9beccf6b542f6136e6f24a /Cargo.lock
parent45ea96aca1e148118d2f1726a5c7ec3669582b4c (diff)
Initial skeleton of c8y_configuration_plugin
- The daemon reads the plugin config file, and reports the supported config types to c8y - Issue tracked by #1030, Specs is by #1028 Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ef2e82a6..c4754627 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -388,6 +388,23 @@ dependencies = [
]
[[package]]
+name = "c8y_configuration_plugin"
+version = "0.6.1"
+dependencies = [
+ "anyhow",
+ "c8y_smartrest",
+ "mqtt_channel",
+ "serde",
+ "tedge_config",
+ "tempfile",
+ "test-case",
+ "thiserror",
+ "tokio",
+ "toml",
+ "tracing",
+]
+
+[[package]]
name = "c8y_smartrest"
version = "0.6.1"
dependencies = [