Cargo.toml 447 B

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