mad/Cargo.toml
kjuulh a47868c335
All checks were successful
continuous-integration/drone/push Build is passing
feat: workspace package
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-07 11:35:28 +02:00

14 lines
275 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
mad = { path = "crates/mad" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }