From bbead824858c8b86ecb1e84559c51a0838298d65 Mon Sep 17 00:00:00 2001 From: Albin Suresh Date: Fri, 21 May 2021 17:19:44 +0530 Subject: [CIT 365] Refactor DM agent code (#229) * Make MessageBatcher configurable. * Make `MessageBatchPublisher::new` infallible * Move error into it's own module. * Introduce Clock trait to simulate time Co-authored-by: Michael Neumann --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 50a83e49..ee2e0e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "common/certificate", "common/flockfile", "common/mqtt_client", + "common/clock", "tedge", "tedge_config", "mapper/cumulocity/c8y_translator_lib", -- cgit v1.2.3