Cargo.toml 695 B

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