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

12
Cargo.lock generated
View File

@@ -622,6 +622,18 @@ dependencies = [
[[package]]
name = "crunch-postgres"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"crunch-envelope",
"crunch-traits",
"futures",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"uuid",
]
[[package]]
name = "crunch-traits"