feat: workspace package
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-07 11:35:28 +02:00
parent 79c32de86e
commit a47868c335
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -2,6 +2,9 @@
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
mad = { path = "crates/mad" }