summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-21 00:49:24 +0200
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-21 00:49:24 +0200
commit37a35f6f7f7504dafab917a1926b17a7afbcffa4 (patch)
tree0308e43835fbfaf51d9f54d9a871347dcd2dd428 /Cargo.lock
parent24e35787d843002980fb622f89634d1a731ea860 (diff)
Add downloading config files support
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
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",