Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske committed Feb 5, 2024
1 parent 3d37522 commit f741915
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ image = { version = "0.24", optional = true}
webp = { version= "0.2", optional = true}
serde = { version = "1.0", features = ["derive"] }
serde_qs = "0.12"
thiserror = "1"
thiserror = { version = "1", optional = true }
base64 = "0.21"
lazy_static = "1"
futures = { version = "0.3", optional = true }
glob = { version = "0.3", optional = true }
tracing = { version = "0.1", optional = true }
dashmap = { version = "5", optional = true }

Expand All @@ -40,7 +37,7 @@ ssr = [
"leptos_router/ssr", "leptos_meta/ssr" , "leptos/ssr",
"dep:webp", "dep:image",
"dep:tokio", "dep:axum", "dep:tower", "dep:tower-http",
"dep:futures", "dep:glob", "dep:tracing", "dep:dashmap"
"dep:tracing", "dep:dashmap", "dep:thiserror"
]
hydrate = [ "dep:web-sys","leptos/hydrate", "leptos_router/hydrate" ]

Expand Down

0 comments on commit f741915

Please sign in to comment.