summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml28
1 files changed, 6 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15120397..0bd9467e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,28 +1,12 @@
[workspace]
members = [
- "common/batcher",
- "common/certificate",
- "common/clock",
- "common/flockfile",
- "common/json_writer",
- "common/mqtt_client",
- "common/mqtt_tests",
- "common/tedge_users",
- "common/tedge_utils",
- "mapper/cumulocity/c8y_translator_lib",
- "mapper/cumulocity/c8y_smartrest",
- "mapper/tedge_mapper",
- "mapper/thin_edge_json",
- "sm/download",
- "sm/json_sm",
- "sm/plugin_sm",
- "sm/tedge_agent",
- "sm/plugins/tedge_apt_plugin",
- "sm/plugins/tedge_dummy_plugin",
- "sm/plugins/tedge_apama_plugin",
- "tedge_config",
- "tedge",
+ "crates/common/*",
+ "crates/core/*",
+ "crates/tests/*",
+ "plugins/tedge_apt_plugin",
+ "plugins/tedge_dummy_plugin",
+ "plugins/tedge_apama_plugin"
]
[profile.release]