summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2021-05-21 17:19:44 +0530
committerGitHub <noreply@github.com>2021-05-21 17:19:44 +0530
commitbbead824858c8b86ecb1e84559c51a0838298d65 (patch)
tree30afd37e24e140b6130e592908c0ed193f10f446 /Cargo.toml
parent90e2dad1334e4a25b1cc25df5170b6c746d9efa6 (diff)
[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 <mneumann@ntecs.de>
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 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",