1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 09:36:39 +02:00

better usage for Framed type

This commit is contained in:
Nikolay Kim
2018-12-16 16:26:24 -08:00
parent cd5435e5ee
commit 640c39fdc8
2 changed files with 34 additions and 55 deletions

View File

@@ -21,8 +21,7 @@ path = "src/lib.rs"
actix-service = "0.1.1"
actix-codec = "0.1.0"
actix-rt = "0.1.0"
# io
bytes = "0.4"
futures = "0.1"
tokio-timer = "0.2.8"
log = "0.4"