Cargo.toml 745 B

1234567891011121314151617181920212223242526272829303132333435
  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/webview",
  10. "packages/liveview",
  11. # "packages/router",
  12. # "packages/ssr",
  13. # "packages/webview",
  14. # "packages/livehost",
  15. # "packages/vscode-ext",
  16. # "packages/recoil",
  17. # "packages/redux",
  18. # "packages/macro",
  19. # TODO @Jon, share the validation code
  20. # "packages/web",
  21. # "packages/hooks",
  22. # "packages/cli",
  23. # "examples",
  24. # "packages/html-macro",
  25. # "packages/html-macro-2",
  26. #
  27. #
  28. #
  29. # Pulled from percy
  30. # "packages/html-macro-test",
  31. # "packages/virtual-dom-rs",
  32. # "packages/virtual-node",
  33. ]