Cargo.toml 645 B

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