Cargo.toml 372 B

1234567891011121314151617181920
  1. [workspace]
  2. members = [
  3. # Built-in
  4. "packages/core",
  5. "packages/macro",
  6. "packages/hooks",
  7. "packages/recoil",
  8. "packages/redux",
  9. "packages/web",
  10. "packages/diopack",
  11. #
  12. #
  13. #
  14. # Pulled from percy
  15. "packages/html-macro",
  16. "packages/html-macro-test",
  17. "packages/virtual-dom-rs",
  18. "packages/virtual-node",
  19. "examples",
  20. ]