feat: add codegen lib

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 14:02:01 +02:00
parent 09dfa6c2e3
commit 207a6f5c44
6 changed files with 118 additions and 66 deletions

View File

@@ -23,5 +23,9 @@ nats = "0.24.0"
clap = {version = "4.4.4", features = ["derive"]}
toml_edit = {version = "0.20.0",features = ["serde"]}
serde = {version = "1.0.88", features = ["derive"]}
prost = {version = "0.12"}
prost-types = {version = "0.12"}
bytes = {version = "0.4"}
pretty_assertions = "1.4.0"