feat: with base envelope

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-17 00:31:43 +02:00
parent c6b903fa58
commit 795d009cd0
10 changed files with 1279 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ resolver = "2"
[workspace.dependencies]
crunch = { path = "crates/crunch" }
crunch-envelope = { path = "crates/crunch-envelope" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }