feat: move to package

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-02 21:49:30 +02:00
parent 3fbd0f8720
commit 97173f1a79
4 changed files with 98 additions and 85 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
crunch-traits.workspace = true
crunch-envelope.workspace = true
anyhow.workspace = true
tracing.workspace = true
@@ -14,4 +15,5 @@ tokio.workspace = true
thiserror.workspace = true
async-trait.workspace = true
futures.workspace = true
uuid.workspace = true
tokio-stream = {workspace = true, features = ["sync"]}