1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-24 18:40:29 +02:00

adding actix-session and updating actix-rt

This commit is contained in:
neil 2021-04-12 22:49:43 +02:00
parent 6e231a73b6
commit 1251b431a6

View file

@ -11,9 +11,10 @@ mysql = [ "diesel/mysql" ]
sqlite = [ "diesel/sqlite" ]
[dependencies]
actix-rt = "2.1.0"
actix-rt = "2.2.0"
actix-web = "3.3.2"
actix-files = "0.5.0"
actix-session = "0.4"
diesel = { version = "1.4", features = ["r2d2", "chrono"] }
diesel_migrations = "1.4"
url = "2.2"