Cargo.toml 265 B

1234567891011121314
  1. [workspace]
  2. members = [
  3. "lib-ot",
  4. "lib-ws",
  5. "lib-infra",
  6. "grid-rev-model",
  7. "folder-rev-model",
  8. "flowy-http-model",
  9. ]
  10. [profile.dev]
  11. opt-level = 0
  12. #https://doc.rust-lang.org/rustc/codegen-options/index.html#debug-assertions
  13. #split-debuginfo = "unpacked"