Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast authored Feb 1, 2024
1 parent b41580d commit b5517ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/book-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b5517ec

Please sign in to comment.