mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
22 lines
398 B
TOML
22 lines
398 B
TOML
[workspace]
|
|
members = [
|
|
"lib-ot",
|
|
"lib-ws",
|
|
"lib-infra",
|
|
"grid-model",
|
|
"folder-model",
|
|
"document-model",
|
|
"ws-model",
|
|
"revision-model",
|
|
"flowy-sync",
|
|
"flowy-server-sync",
|
|
"user-model",
|
|
"flowy-client-network-config",
|
|
"flowy-client-ws",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
|
|
#split-debuginfo = "unpacked"
|