From 37a35f6f7f7504dafab917a1926b17a7afbcffa4 Mon Sep 17 00:00:00 2001 From: Rina Fujino <18257209+rina23q@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:49:24 +0200 Subject: Add downloading config files support Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com> --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8e309ced..87577319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,10 +392,14 @@ name = "c8y_configuration_plugin" version = "0.6.1" dependencies = [ "anyhow", + "assert_matches", "c8y_api", "c8y_smartrest", + "csv", + "download", "mqtt_channel", "serde", + "serde_json", "tedge_config", "tedge_utils", "tempfile", -- cgit v1.2.3