Cargo.toml 397 B

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