Cargo.toml 352 B

12345678910111213141516171819
  1. [workspace]
  2. members = [
  3. # Built-in
  4. "packages/core",
  5. "packages/hooks",
  6. "packages/recoil",
  7. "packages/redux",
  8. "packages/web",
  9. "packages/cli",
  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. ]