mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
28 lines
590 B
TOML
28 lines
590 B
TOML
[workspace]
|
|
members = [
|
|
# Built-in
|
|
"packages/dioxus",
|
|
"packages/core",
|
|
"packages/hooks",
|
|
"packages/recoil",
|
|
"packages/redux",
|
|
"packages/core-macro",
|
|
"packages/router",
|
|
"packages/ssr",
|
|
"packages/webview",
|
|
"packages/livehost",
|
|
"packages/vscode-ext",
|
|
# "packages/macro",
|
|
# TODO @Jon, share the validation code
|
|
# "packages/web",
|
|
"packages/cli",
|
|
"examples",
|
|
"packages/html-macro",
|
|
#
|
|
#
|
|
#
|
|
# Pulled from percy
|
|
# "packages/html-macro-test",
|
|
# "packages/virtual-dom-rs",
|
|
# "packages/virtual-node",
|
|
]
|