mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
38 lines
709 B
TOML
38 lines
709 B
TOML
[workspace]
|
|
# members = ["packages/core-macro"]
|
|
members = [
|
|
"packages/core-macro",
|
|
"packages/core",
|
|
"packages/web",
|
|
"packages/dioxus",
|
|
"packages/ssr",
|
|
]
|
|
# "packages/recoil",
|
|
# "packages/docsite",
|
|
# "packages/webview",
|
|
|
|
# "packages/cli",
|
|
# "packages/webview",
|
|
# "packages/hooks",
|
|
# "packages/ios",
|
|
|
|
[profile.dev]
|
|
split-debuginfo = "unpacked"
|
|
|
|
# "packages/liveview",
|
|
# "packages/3d",
|
|
|
|
# Built-in
|
|
# "packages/webview/client",
|
|
# "packages/router",
|
|
# "packages/webview",
|
|
# "packages/livehost",
|
|
# "packages/vscode-ext",
|
|
# "packages/recoil",
|
|
# "packages/redux",
|
|
# "packages/macro",
|
|
# TODO @Jon, share the validation code
|
|
# "packages/web",
|
|
# "packages/cli",
|
|
# "examples",
|
|
# "packages/html-macro",
|