Cargo.toml 830 B

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