workspace/Cargo.toml

11 lines
178 B
TOML
Raw Normal View History

2024-04-30 07:36:32 +00:00
[workspace]
resolver = "2"
members = [
"core",
"controller",
"common",
]
[patch.'https://git.serguzim.me/emgauwa/common.git']
emgauwa-common = { path = "./common" }