summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChrisGreenaway <chris.greenaway@softwareag.com>2021-07-23 14:00:32 +0100
committerGitHub <noreply@github.com>2021-07-23 14:00:32 +0100
commit4a4cd63491b4ef1228534d0a542b548bb68e3a3b (patch)
tree9a6e46947ef0376c4a38ad62adf2dd9df5341d09 /Cargo.toml
parentdb9d027765e263f7539a16d8428532d940fa44ce (diff)
CIT-459: Deterministic batching algorithm (#355)
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 872f07ba..deb68bb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[workspace]
members = [
+ "common/batcher",
"common/certificate",
"common/flockfile",
"common/mqtt_client",