summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2021-05-12 13:56:12 +0530
committerGitHub <noreply@github.com>2021-05-12 13:56:12 +0530
commitdf568ee1eec6470d9acf2f5d8bce895b8db2a241 (patch)
tree0f1849a2339fb5276f97ff2ea5a7d07722ebbaf4 /Cargo.toml
parent29c45be8567d89e37a7c7cd93cd746b472c97c22 (diff)
[CIT-335] Device monitoring with collectd (#211)
[CIT-335] Device monitoring with collectd
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 e94ebcb2..93613c2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"mapper/tedge_mapper",
"mapper/cumulocity/c8y_translator_lib",
"mapper/thin_edge_json",
+ "mapper/dm_agent"
]
[profile.release]