summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-09-23 11:11:40 +0100
committerGitHub <noreply@github.com>2021-09-23 11:11:40 +0100
commitd1e57dd36d642f4d93764afa887a0eb0a82d1746 (patch)
tree91b3f103e0520cc26afe734e7ac2d3cb7b8819c7 /Cargo.toml
parent32eaacb31ca3dbb773473ba889fb2af23bd637d4 (diff)
Move smartrest to separate crate (#446)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3309045..3ab12af1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ members = [
"common/tedge_users",
"common/tedge_utils",
"mapper/cumulocity/c8y_translator_lib",
+ "mapper/cumulocity/c8y_smartrest",
"mapper/tedge_mapper",
"mapper/thin_edge_json",
"sm/json_sm",