Cargo.toml 610 B

12345678910111213141516171819202122232425262728
  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. "packages/router",
  11. "packages/ssr",
  12. "packages/webview",
  13. # Not a rust package, :(. One day, maybe
  14. "packages/vscode-ext",
  15. # "packages/macro",
  16. # TODO @Jon, share the validation code
  17. # "packages/web",
  18. "packages/cli",
  19. "examples",
  20. "packages/html-macro",
  21. #
  22. #
  23. #
  24. # Pulled from percy
  25. # "packages/html-macro-test",
  26. # "packages/virtual-dom-rs",
  27. # "packages/virtual-node",
  28. ]