AppFlowy/shared-lib/Cargo.toml
2021-12-10 22:48:30 +08:00

16 lines
234 B
TOML

[workspace]
members = [
"flowy-user-infra",
"flowy-core-infra",
"flowy-document-infra",
"lib-ot",
"lib-ws",
"lib-sqlite",
"backend-service",
"flowy-derive",
"flowy-ast",
]
[profile.dev]
split-debuginfo = "unpacked"