Merge pull request #293 from benwis/remove-deps

Remove a couple extra deps from the axum integration
This commit is contained in:
Greg Johnston
2023-01-10 09:36:15 -05:00
committed by GitHub

View File

@@ -9,11 +9,9 @@ description = "Axum integrations for the Leptos web framework."
[dependencies]
axum = { version = "0.6", features = ["macros"] }
derive_builder = "0.12.0"
futures = "0.3"
http = "0.2.8"
hyper = "0.14.23"
kdl = "4.6.0"
leptos = { workspace = true, features = ["ssr"] }
leptos_meta = { workspace = true, features = ["ssr"] }
leptos_router = { workspace = true, features = ["ssr"] }