dioxus/Cargo.toml

30 lines
621 B
TOML
Raw Normal View History

2021-01-14 07:56:41 +00:00
[workspace]
members = [
2021-01-15 01:56:28 +00:00
# Built-in
2021-01-20 17:04:27 +00:00
"packages/dioxus",
2021-01-14 07:56:41 +00:00
"packages/core",
"packages/recoil",
"packages/redux",
2021-01-20 17:04:27 +00:00
"packages/core-macro",
2021-01-20 22:48:58 +00:00
"packages/router",
2021-01-21 07:25:44 +00:00
"packages/ssr",
2021-01-21 08:22:08 +00:00
"packages/webview",
2021-01-29 16:57:52 +00:00
"packages/livehost",
2021-01-26 19:02:35 +00:00
"packages/vscode-ext",
2021-01-20 22:48:58 +00:00
# "packages/macro",
2021-01-19 14:08:41 +00:00
# TODO @Jon, share the validation code
# "packages/web",
2021-02-12 05:29:46 +00:00
# "packages/hooks",
2021-01-19 13:50:56 +00:00
"packages/cli",
2021-01-19 14:08:41 +00:00
"examples",
"packages/html-macro",
"packages/html-macro-2",
2021-01-15 01:56:28 +00:00
#
#
#
2021-01-14 07:56:41 +00:00
# Pulled from percy
# "packages/html-macro-test",
# "packages/virtual-dom-rs",
# "packages/virtual-node",
2021-01-14 07:56:41 +00:00
]