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