summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-11-18 16:28:57 +0100
committerGitHub <noreply@github.com>2021-11-18 16:28:57 +0100
commit267c2a44314248ecd42de512056e5dc419a0d77c (patch)
tree42ce5da10178d3b9c5297d905494a262ace3fec1 /Cargo.lock
parent59fb2cf513aa39186c2b74dbf64e1e3f11e9f7c8 (diff)
[CIT-646] Add child device support (#563)
* tedge_mapper c8y subscribes "tedge/measurements/+" newly. * The last field of topic is considered as a child ID. * When the child ID is new, mapper sends SmartREST101 child device creation request. * Given child ID, mapper converts Thin Edge JSON to Cumulocity JSON with specific fields. * Add "externalSource" as a reserved word Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ca86992..c37b4d61 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -332,6 +332,7 @@ dependencies = [
"pretty_assertions",
"proptest",
"serde_json",
+ "test-case",
"thin_edge_json",
"thiserror",
]