summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock24
1 files changed, 24 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5437c8..db037f61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -388,6 +388,30 @@ dependencies = [
]
[[package]]
+name = "c8y_configuration_plugin"
+version = "0.6.2"
+dependencies = [
+ "anyhow",
+ "assert_matches",
+ "c8y_api",
+ "c8y_smartrest",
+ "clap 3.1.6",
+ "csv",
+ "download",
+ "mqtt_channel",
+ "serde",
+ "serde_json",
+ "tedge_config",
+ "tedge_utils",
+ "tempfile",
+ "test-case",
+ "thiserror",
+ "tokio",
+ "toml",
+ "tracing",
+]
+
+[[package]]
name = "c8y_smartrest"
version = "0.6.2"
dependencies = [