From d07c04771f017760667c0cae2ec76113c8ee23c4 Mon Sep 17 00:00:00 2001 From: initard Date: Thu, 10 Feb 2022 13:32:18 +0000 Subject: 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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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] -- cgit v1.2.3