summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-09-28 20:06:44 +0100
committerGitHub <noreply@github.com>2021-09-28 20:06:44 +0100
commitec00fd4e8b6452e7c1bc85e98199b4c2be40a769 (patch)
treef2e2e601a3a54ef2961ee057cf92c3a6acfd8d22 /Cargo.toml
parentcd2151f9888b76163bea5efa5fb312b8cd1de033 (diff)
[CIT-571] Add download crate and supporting struct in json_sm (#454)
* Add download crate and supporting struct in json_sm * Add tests for downloader 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 3ab12af1..264c9117 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ members = [
"mapper/cumulocity/c8y_smartrest",
"mapper/tedge_mapper",
"mapper/thin_edge_json",
+ "sm/download",
"sm/json_sm",
"sm/plugin_sm",
"sm/tedge_agent",