From 813d7f9423f42fa959351117f44d95c9b2cef4ff Mon Sep 17 00:00:00 2001 From: Rina Fujino Date: Tue, 9 Feb 2021 12:45:31 +0100 Subject: [CIT-182] Change the directory layout (#32) [CIT-182] Change the directory layout and rename some directories - The `mqtt_client` crate move to common directory - The `tedge-mapper` crate rename to `c8y_mapper` and move to mapper/cumulocity directory - The `c8y_json_translarot` crate rename to `c8y_translator_lib` and move to mapper/cumulocity directory - The `script` directory rename to `ci` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3