dioxus/Cargo.toml

31 lines
669 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/core-macro",
2021-03-02 03:55:20 +00:00
# "packages/dioxus",
# "packages/core",
# "packages/router",
# "packages/ssr",
# "packages/webview",
# "packages/web",
# "packages/livehost",
# "packages/vscode-ext",
2021-02-12 21:11:33 +00:00
# "packages/recoil",
# "packages/redux",
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-03-02 03:55:20 +00:00
# "packages/cli",
# "examples",
2021-02-28 22:30:10 +00:00
# "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
]