Add tower-sessions crate

This commit is contained in:
2024-03-01 15:15:48 -05:00
parent e1e3fe52d4
commit d50afbf6e7
2 changed files with 145 additions and 23 deletions

View File

@ -46,6 +46,7 @@ axum = { version = "0.6.4", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.4", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions = { version = "0.10.4", default-features = false }
[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]