mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
reorganize
This commit is contained in:
parent
4fa31be5dc
commit
6eb8b44fff
16 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,12 @@ resolver = "2"
|
|||
members = [
|
||||
# utilities
|
||||
"oco",
|
||||
"any_spawner",
|
||||
"const_str_slice_concat",
|
||||
"either_of",
|
||||
"next_tuple",
|
||||
"or_poisoned",
|
||||
"any_spawner",
|
||||
"either_of",
|
||||
"routing_utils",
|
||||
|
||||
# core
|
||||
"hydration_context",
|
||||
|
@ -19,7 +20,6 @@ members = [
|
|||
"leptos_reactive",
|
||||
"leptos_server",
|
||||
"reactive_graph",
|
||||
"routing",
|
||||
"server_fn",
|
||||
"server_fn_macro",
|
||||
"server_fn/server_fn_macro_default",
|
||||
|
@ -32,7 +32,7 @@ members = [
|
|||
|
||||
# libraries
|
||||
"meta",
|
||||
"router", "either_of",
|
||||
"router",
|
||||
]
|
||||
exclude = ["benchmarks", "examples"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue