mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
19 lines
336 B
TOML
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"
|