AppFlowy/shared-lib/Cargo.toml
2022-07-04 15:55:48 +08:00

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"