From b5517ec4dd3f7f3c4fa06a9f1f67c6d12873ca84 Mon Sep 17 00:00:00 2001 From: Lukas Potthast Date: Thu, 1 Feb 2024 17:57:31 +0100 Subject: [PATCH] Update Cargo.toml --- examples/book-ssr/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/book-ssr/Cargo.toml b/examples/book-ssr/Cargo.toml index 9bab546..6b98676 100644 --- a/examples/book-ssr/Cargo.toml +++ b/examples/book-ssr/Cargo.toml @@ -13,8 +13,8 @@ cfg-if = "1.0.0" console_error_panic_hook = "0.1.7" http = "1.0.0" indoc = "2.0.4" -#leptonic = { git = "https://github.com/lpotthast/leptonic", branch = "main", features = ["clipboard", "tiptap"] } -leptonic = { path = "../../leptonic", features = ["clipboard", "tiptap"] } +leptonic = { git = "https://github.com/lpotthast/leptonic", branch = "main", features = ["clipboard", "tiptap"] } +#leptonic = { path = "../../leptonic", features = ["clipboard", "tiptap"] } leptos = { version = "0.6.5", features = [] } leptos-use = "0.10.1" leptos_axum = { version = "0.6.5", optional = true }