Cargo.toml 348 B

12345678910111213141516171819
  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. #
  11. #
  12. #
  13. # Pulled from percy
  14. "packages/html-macro",
  15. "packages/html-macro-test",
  16. "packages/virtual-dom-rs",
  17. "packages/virtual-node",
  18. "examples",
  19. ]