summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorinitard <solo@softwareag.com>2022-02-10 13:32:18 +0000
committerinitard <solo@softwareag.com>2022-02-15 11:43:49 +0000
commitd07c04771f017760667c0cae2ec76113c8ee23c4 (patch)
tree3a23c1be14e8f19adbe89e36a2302b3f74d9d323 /Cargo.toml
parent0320741b109f50d1b0f7cda44e33dc31ba04902d (diff)
moving implemenation specific code to plugin (#790)
- Moved mqtt client and http client to pluing main.rs - Removed empty test file and default cargo lib test - Moved log specific messages from topic.rs to plugin - Fixed mapper session name Signed-off-by: initard <solo@softwareag.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9cba68c9..658590e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"plugins/tedge_apt_plugin",
"plugins/tedge_dummy_plugin",
"plugins/tedge_apama_plugin",
+ "plugins/log_request_plugin",
]
[profile.release]