summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 93613c2e..50a83e49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,13 +2,14 @@
members = [
"common/certificate",
+ "common/flockfile",
"common/mqtt_client",
"tedge",
"tedge_config",
- "mapper/tedge_mapper",
"mapper/cumulocity/c8y_translator_lib",
+ "mapper/dm_agent",
+ "mapper/tedge_mapper",
"mapper/thin_edge_json",
- "mapper/dm_agent"
]
[profile.release]