Cargo.toml 241 B

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