From b32979224577059779b2b0536c10e80450835cf7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 23 Sep 2023 11:05:25 +0200 Subject: [PATCH] docs: add annotations Signed-off-by: kjuulh --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2918c8..ffe6a19 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ Domain events works off of the principle that your interface is protobuf, as suc To handle this workflow we introduce `crunch.toml` a file to manage these relationships. +!!! info + Bootstrap the file using `crunch init`, see [crunch cli](crates/crunch-cli) for more info, it can automatically discover and add subscriptions, bump version, publish schemas etc. + ```toml [service] codegen = ["rust"]