Skip to content

Commit

Permalink
Merge branch 'seo-images' of github.com:tikitko/blog-ui into seo-images
Browse files Browse the repository at this point in the history
  • Loading branch information
tikitko committed Nov 18, 2023
2 parents b22f6ba + d41f905 commit a34b203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"


[dependencies]
blog-generic = { path = "../blog-server/blog-generic" }
blog-generic = { git = "https://github.com/tikitko/blog-server.git", package = "blog-generic" }

log = "0.4"
async-trait = "0.1"
Expand Down Expand Up @@ -37,7 +37,7 @@ noneifempty = "0.1"


[features]
default = ["client", "telegram"]
default = ["client"]
server = ["yew/ssr"]
client = ["yew/csr", "yew-hooks", "wasm-bindgen-futures", "wasm-bindgen", "wasm-cookies", "wasm-logger", "web-sys", "gloo", "gloo-net"]
hydration = ["client", "yew/hydration"]
Expand All @@ -60,4 +60,4 @@ opt-level = 'z'
# optimization for size
# opt-level = 's'
# link time optimization using using whole-program analysis
lto = true
lto = true

0 comments on commit a34b203

Please sign in to comment.