AppFlowy/shared-lib/Cargo.toml
2022-03-19 16:55:29 +08:00

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"