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