7 lines
69 B
TOML
7 lines
69 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"backend",
|
|
"ui-gtk"
|
|
]
|