Skip to content

Commit

Permalink
Switch to git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Mar 14, 2024
1 parent e2037cc commit bb736ff
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 = ["full"] }
leptonic = { git = "https://github.com/lpotthast/leptonic", branch = "main", features = ["clipboard", "tiptap"] }
#leptonic = { path = "../../leptonic", features = ["full"] }
leptos = { version = "0.6.5", features = [] }
leptos-use = "0.10.3"
leptos_axum = { version = "0.6.5", optional = true }
Expand Down

0 comments on commit bb736ff

Please sign in to comment.