mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
16 lines
236 B
TOML
16 lines
236 B
TOML
[workspace]
|
|
members = [
|
|
"flowy-folder-data-model",
|
|
"flowy-sync",
|
|
"lib-ot",
|
|
"lib-ws",
|
|
"lib-infra",
|
|
"flowy-derive",
|
|
"flowy-ast",
|
|
"flowy-error-code",
|
|
"flowy-grid-data-model",
|
|
]
|
|
|
|
[profile.dev]
|
|
split-debuginfo = "unpacked"
|