1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add framed related services and utils

This commit is contained in:
Nikolay Kim
2018-09-12 18:47:39 -07:00
parent 62dbe1b001
commit d50829d956
3 changed files with 307 additions and 0 deletions

View File

@ -50,6 +50,7 @@ bytes = "0.4"
futures = "0.1"
slab = "0.4"
tokio = "0.1"
tokio-codec = "0.1"
tokio-io = "0.1"
tokio-tcp = "0.1"
tokio-timer = "0.2"