1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

add App::register_data()

This commit is contained in:
Nikolay Kim
2019-06-05 08:43:39 +06:00
parent a548b69679
commit d9a62c4bbf
3 changed files with 30 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ssl = ["openssl", "actix-server/ssl", "awc/ssl"]
[dependencies]
actix-codec = "0.1.2"
actix-rt = "0.2.2"
actix-service = "0.4.1"
actix-service = "0.4.0"
actix-server = "0.5.1"
actix-utils = "0.4.1"
awc = "0.2.1"