summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRina Fujino <rina.fujino@cumulocity.com>2021-02-09 12:45:31 +0100
committerGitHub <noreply@github.com>2021-02-09 12:45:31 +0100
commit813d7f9423f42fa959351117f44d95c9b2cef4ff (patch)
tree54aa515d8e2157d55b0a57cdee446a277dd203c6 /Cargo.toml
parentad9d4938cf3bec78695be3b7d3ab3ab39bcb8875 (diff)
[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`
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]