AppFlowy/shared-lib/Cargo.toml
2022-11-30 15:36:39 +08:00

19 lines
336 B
TOML

[workspace]
members = [
"folder-rev-model",
"flowy-sync",
"flowy-http-model",
"lib-ot",
"lib-ws",
"lib-infra",
"flowy-derive",
"flowy-ast",
"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"