AppFlowy/shared-lib/Cargo.toml
Nathan.fooo aa5f052ecf
Refactor/crate directory (#1621)
* 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>
2022-12-30 11:16:47 +08:00

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"