mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-10 18:36:29 +03:00
17 lines
263 B
TOML
17 lines
263 B
TOML
[workspace]
|
|
members = [
|
|
"flowy-user-data-model",
|
|
"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"
|