workspace/Cargo.toml
2024-04-30 09:36:32 +02:00

11 lines
178 B
TOML

[workspace]
resolver = "2"
members = [
"core",
"controller",
"common",
]
[patch.'https://git.serguzim.me/emgauwa/common.git']
emgauwa-common = { path = "./common" }