From c8925fe2f392cb85af26c57e8ab577a94f82cacd Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 28 Oct 2024 15:20:21 +0100 Subject: [PATCH] fmt --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce9378f..c7a6419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,14 @@ ssr = [ "jsonwebtoken", "katex/duktape", "leptos/ssr", - "leptos-use/ssr" + "leptos-use/ssr", +] +hydrate = [ + "leptos/hydrate", + "leptos_meta/hydrate", + "leptos_router/hydrate", + "katex/wasm-js", ] -hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate","katex/wasm-js"] # This profile significantly speeds up build time. If debug info is needed you can comment the line # out temporarily, but make sure to leave this in the main branch.