2023-09-16 13:23:26 +02:00
|
|
|
[workspace]
|
|
|
|
members = ["crates/*"]
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
crunch = { path = "crates/crunch" }
|
|
|
|
|
|
|
|
anyhow = { version = "1.0.71" }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
tracing = { version = "0.1", features = ["log"] }
|
2023-09-16 16:12:06 +02:00
|
|
|
tracing-subscriber = "0.3.17"
|
|
|
|
thiserror = {version = "1.0.48"}
|
|
|
|
async-trait = "0.1.73"
|