AppFlowy/shared-lib/Cargo.toml
Nathan.fooo f76d722b4c
Feat/database view (#1875)
* chore: rename structs

* chore: add todos

* chore: hidden database id

* refactor: add database folder, prepare to extract the view

* refactor: rename grid-model to datbase-model

* ci: fix warnings
2023-02-21 15:47:51 +08:00

22 lines
402 B
TOML

[workspace]
members = [
"lib-ot",
"lib-ws",
"lib-infra",
"database-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"