From 65f8b89d100610277618154ac092ae13c601b79f Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 24 Oct 2023 00:39:21 -0500 Subject: [PATCH] made use_service_worker more in line with the other functions --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0031e6d..e80e4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,17 +13,17 @@ repository = "https://github.com/Synphonyte/leptos-use" homepage = "https://leptos-use.rs" [dependencies] -leptos = "0.5" -wasm-bindgen = "0.2" -wasm-bindgen-futures = "0.4" -js-sys = "0.3" +cfg-if = "1" default-struct-builder = "0.5" +js-sys = "0.3" +lazy_static = "1" +leptos = "0.5" num = { version = "0.4", optional = true } +paste = "1" serde = { version = "1", optional = true } serde_json = { version = "1", optional = true } -paste = "1" -lazy_static = "1" -cfg-if = "1" +wasm-bindgen = "0.2" +wasm-bindgen-futures = "0.4" [dependencies.web-sys] version = "0.3"