leptos-use/examples/Cargo.toml
2023-06-14 16:15:03 +01:00

27 lines
No EOL
540 B
TOML

[workspace]
members = [
"on_click_outside",
"use_abs",
"use_breakpoints",
"use_ceil",
"use_debounce_fn",
"use_element_size",
"use_element_visibility",
"use_event_listener",
"use_favicon",
"use_floor",
"use_intersection_observer",
"use_interval_fn",
"use_media_query",
"use_mouse",
"use_mutation_observer",
"use_resize_observer",
"use_round",
"use_scroll",
"use_storage",
"use_throttle_fn",
"watch_debounced",
"watch_pausable",
"watch_throttled",
]