summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cbffb168..cfe416e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[workspace]
members = [
- "mqtt/mqtt_client",
+ "common/mqtt_client",
"tedge",
- "tedge-mapper",
- "translator/c8y_json_translator",
+ "mapper/cumulocity/c8y_mapper",
+ "mapper/cumulocity/c8y_translator_lib",
]
[profile.release]