summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-25 16:46:41 +0200
committerGitHub <noreply@github.com>2022-04-25 16:46:41 +0200
commitf5b2f5b224831cf47b454c202026c85aa1d0c7de (patch)
tree2952108b19f83a83f82a250fe084f2f0db7b5b75 /Cargo.lock
parent24e35787d843002980fb622f89634d1a731ea860 (diff)
parent04e2131b7d5c3e10a7c12906240043f6286714cf (diff)
Merge pull request #1100 from rina23q/feature/1030/add-command-line-options-and-debian-packaging-scripts
Add download config file support, command line, debian packaging
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e309ced..db7cfa9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -389,13 +389,18 @@ dependencies = [
[[package]]
name = "c8y_configuration_plugin"
-version = "0.6.1"
+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",