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

11
Cargo.lock generated
View File

@@ -545,6 +545,17 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "crunch-codegen"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"crunch-traits",
"tokio",
"tracing",
]
[[package]]
name = "crunch-envelope"
version = "0.1.0"