reorganize

This commit is contained in:
Greg Johnston 2024-03-03 20:19:04 -05:00
parent 4fa31be5dc
commit 6eb8b44fff
16 changed files with 4 additions and 4 deletions

View file

@ -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"]