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

convert r2d2 example

This commit is contained in:
Nikolay Kim
2019-03-06 10:04:41 -08:00
parent 40b5498902
commit 10731e43c6
4 changed files with 48 additions and 106 deletions

View File

@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
actix-rt = "0.1"
actix-web = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
actix-session = { git="https://github.com/actix/actix-web.git", branch = "1.0" }
actix-staticfiles = { git="https://github.com/actix/actix-web.git", branch = "1.0" }