mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 11:09:23 +00:00
add crates to workspace
This commit is contained in:
@@ -4,6 +4,9 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = ["crates/*"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustical_store = { path = "./crates/store/" }
|
rustical_store = { path = "./crates/store/" }
|
||||||
rustical_auth = { path = "./crates/auth/" }
|
rustical_auth = { path = "./crates/auth/" }
|
||||||
|
|||||||
Reference in New Issue
Block a user