mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
14 lines
223 B
TOML
14 lines
223 B
TOML
[workspace]
|
|
members = [
|
|
"flowy-user-infra",
|
|
"flowy-workspace-infra",
|
|
"flowy-document-infra",
|
|
"lib-ot",
|
|
"lib-ws",
|
|
"backend-service",
|
|
"flowy-derive",
|
|
"flowy-ast",
|
|
]
|
|
|
|
[profile.dev]
|
|
split-debuginfo = "unpacked"
|