crunch/Cargo.toml
kjuulh 795d009cd0
feat: with base envelope
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-17 00:31:43 +02:00

15 lines
382 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
crunch = { path = "crates/crunch" }
crunch-envelope = { path = "crates/crunch-envelope" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = "0.3.17"
thiserror = {version = "1.0.48"}
async-trait = "0.1.73"