Cargo.toml 663 B

123456789101112131415161718192021222324252627282930
  1. [workspace]
  2. members = [
  3. # Built-in
  4. "packages/dioxus",
  5. "packages/core-macro",
  6. "packages/core",
  7. # "packages/web",
  8. # "packages/router",
  9. # "packages/ssr",
  10. # "packages/webview",
  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. ]