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

move session to different folder

This commit is contained in:
Nikolay Kim
2019-03-05 18:52:29 -08:00
parent 143ef87b66
commit 0cf73f1a04
5 changed files with 10 additions and 6 deletions

View File

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