2022-10-18 05:10:57 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-10-18 14:16:44 +00:00
|
|
|
# core
|
2022-10-18 05:10:57 +00:00
|
|
|
"leptos",
|
|
|
|
"leptos_dom",
|
|
|
|
"leptos_core",
|
|
|
|
"leptos_macro",
|
|
|
|
"leptos_reactive",
|
2022-10-18 14:16:44 +00:00
|
|
|
|
|
|
|
# libraries
|
2022-10-18 05:10:57 +00:00
|
|
|
"meta",
|
|
|
|
"router",
|
|
|
|
]
|
2022-10-18 14:16:44 +00:00
|
|
|
exclude = [
|
2022-10-19 20:41:51 +00:00
|
|
|
"benchmarks",
|
2022-10-18 14:16:44 +00:00
|
|
|
"examples/counter",
|
|
|
|
"examples/counters",
|
|
|
|
"examples/counters-stable",
|
|
|
|
"examples/fetch",
|
|
|
|
"examples/hackernews/hackernews-app",
|
|
|
|
"examples/hackernews/hackernews-client",
|
|
|
|
"examples/hackernews/hackernews-server",
|
2022-10-19 11:35:22 +00:00
|
|
|
"examples/parent-child",
|
2022-10-18 14:16:44 +00:00
|
|
|
"examples/router",
|
|
|
|
"examples/todomvc",
|
|
|
|
"examples/todomvc-ssr/todomvc-ssr-client",
|
|
|
|
"examples/todomvc-ssr/todomvc-ssr-server"
|
|
|
|
]
|