Cargo.toml 621 B

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