Add persistant sessions

This commit is contained in:
2020-03-31 17:26:25 -07:00
parent 18ae2e0f9a
commit 10aac891cc
2 changed files with 82 additions and 31 deletions

View File

@@ -8,8 +8,9 @@ edition = "2018"
cookie = "0.13"
futures = "0.3"
log = "0.4"
nanoid = "0.3"
pretty_env_logger = "0.4"
sessions = { version = "0.0.2", features = ["fs-store", "nanoid", "tokio"] }
sessions = { version = "0.0.2", features = ["fs-store", "tokio"] }
time = "0.2"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"