From 65d04a4dc204a2460cecf0c3d54562c43f4dcb50 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 24 Sep 2023 21:59:10 +0200 Subject: [PATCH] feat: check main Signed-off-by: kjuulh --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d37422..669e2db 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,12 @@ See [docs](docs/index.md) for more information (TBA) When crunch is used in services it needs some supportive tooling, it isn't a requirement, but it helps ease development when using them. -- [ ] [Cli](crates/crunch-cli) Used to generate code, add subscriptions, publish event schema, bump versions and more -- [ ] [Codegen](crates/crunch-codegen) Can be used to automatically generate rust code depending on your crunch.toml file +- [x] [Cli](crates/crunch-cli) Used to generate code, add subscriptions, publish event schema, bump versions and more + - [x] Codegen done + - [ ] Rest +- [x] [Codegen](crates/crunch-codegen) Can be used to automatically generate rust code depending on your crunch.toml file + - [x] Main serialization and protobuf -> rust + - [ ] Domain information ## Extensions