chore: clean up

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-02 22:16:15 +02:00
parent c3ab28a4de
commit 7777dcaa44
9 changed files with 120 additions and 55 deletions

View File

@@ -10,6 +10,7 @@ crunch-in-memory = { path = "crates/crunch-in-memory" }
crunch-nats = { path = "crates/crunch-nats" }
crunch-file = {path = "crates/crunch-file"}
crunch-codegen = {path = "crates/crunch-codegen"}
crunch-postgres = {path = "crates/crunch-postgres"}
anyhow = { version = "1.0.75" }
tokio = { version = "1", features = ["full"] }