Cargo.toml 298 B

123456789101112131415
  1. [workspace]
  2. members = [
  3. "wnfs",
  4. "wnfs-bench",
  5. "wnfs-common",
  6. "wnfs-hamt",
  7. "wnfs-nameaccumulator",
  8. "wnfs-unixfs-file",
  9. "wnfs-wasm",
  10. ]
  11. # Speedup build on macOS
  12. # See https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#splitting-debug-information
  13. [profile.dev]
  14. split-debuginfo = "unpacked"