Cargo.toml 691 B

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