AppFlowy/shared-lib/Cargo.toml
2022-12-01 15:17:55 +08:00

20 lines
355 B
TOML

[workspace]
members = [
"folder-rev-model",
"flowy-sync",
"flowy-http-model",
"lib-ot",
"lib-ws",
"lib-infra",
"flowy-derive",
"flowy-ast",
"flowy-codegen",
"flowy-error-code",
"grid-rev-model",
]
[profile.dev]
opt-level = 0
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
#split-debuginfo = "unpacked"