mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
aa5f052ecf
* chore: fix wanrings * chore: remove protobuf ref in flowy-error-code * chore: remove protobuf ref in lib-ws * refactor: remove protobuf trait in flowy http model * refactor: remove flowy-error-code crate Co-authored-by: nathan <nathan@appflowy.io>
15 lines
265 B
TOML
15 lines
265 B
TOML
[workspace]
|
|
members = [
|
|
"lib-ot",
|
|
"lib-ws",
|
|
"lib-infra",
|
|
"grid-rev-model",
|
|
"folder-rev-model",
|
|
"flowy-http-model",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
#https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
|
|
#split-debuginfo = "unpacked"
|