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

@@ -6,3 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crunch-traits.workspace = true
crunch-envelope.workspace = true
anyhow.workspace = true
tracing.workspace = true
tokio.workspace = true
thiserror.workspace = true
async-trait.workspace = true
futures.workspace = true
uuid.workspace = true
tokio-stream = {workspace = true, features = ["sync"]}