crunch/Cargo.toml
kjuulh ee5b85baa1
feat: into lib
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-09-16 13:27:52 +02:00

11 lines
242 B
TOML

[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"] }