feat: generate with serializers

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 21:09:40 +02:00
parent fb20207593
commit c32aab5630
11 changed files with 242 additions and 126 deletions

2
Cargo.lock generated
View File

@@ -194,6 +194,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"crunch",
"prost 0.12.1",
"tokio",
"tracing",
"tracing-subscriber",
@@ -560,6 +561,7 @@ dependencies = [
"prost 0.12.1",
"prost-build",
"prost-types 0.12.1",
"regex",
"tempfile",
"tokio",
"tracing",