dioxus/Cargo.toml

25 lines
494 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/hooks",
"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",
# "packages/macro",
2021-01-19 14:08:41 +00:00
# TODO @Jon, share the validation code
# "packages/web",
2021-01-19 13:50:56 +00:00
"packages/cli",
2021-01-19 14:08:41 +00:00
"examples",
"packages/html-macro",
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
]