feat: with generated output

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 16:31:12 +02:00
parent 38f41db98c
commit fb20207593
2 changed files with 13 additions and 9 deletions

View File

@@ -64,6 +64,8 @@ async fn main() -> anyhow::Result<()> {
codegen
.generate_rust(&rel_schema_path, &rel_output_path)
.await?;
println!("success: generated crunch {}", &rel_output_path.display());
}
}
}