1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 23:17:42 +02:00

add session and cookie session backend

This commit is contained in:
Nikolay Kim
2019-03-05 18:47:18 -08:00
parent 6457996cf1
commit 143ef87b66
7 changed files with 646 additions and 588 deletions

View File

@ -27,6 +27,7 @@ path = "src/lib.rs"
[workspace]
members = [
".",
"session",
"staticfiles",
]