add crates to workspace

This commit is contained in:
Lennart
2024-03-13 13:07:23 +01:00
parent c83f35f6e6
commit f6af4c787c

View File

@@ -4,6 +4,9 @@ version = "0.1.0"
edition = "2021"
resolver = "2"
[workspace]
members = ["crates/*"]
[dependencies]
rustical_store = { path = "./crates/store/" }
rustical_auth = { path = "./crates/auth/" }