Add leptos_use crate

This commit is contained in:
2024-07-30 22:29:13 -04:00
parent 18cbb0017f
commit e55656c0e6
2 changed files with 124 additions and 10 deletions

View File

@ -40,6 +40,7 @@ multer = { version = "3.0.0", optional = true }
log = { version = "0.4.21", optional = true }
flexi_logger = { version = "0.28.0", optional = true, default-features = false }
web-sys = "0.3.69"
leptos-use = "0.11.3"
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }
@ -74,6 +75,7 @@ ssr = [
"multer",
"log",
"flexi_logger",
"leptos-use/ssr",
]
# Defines a size-optimized profile for the WASM bundle in release mode