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

add connector

This commit is contained in:
Nikolay Kim
2018-08-23 20:47:41 -07:00
parent a5a026b5c4
commit 234c76f8bc
3 changed files with 222 additions and 1 deletions

View File

@ -49,12 +49,13 @@ net2 = "0.2"
bytes = "0.4"
futures = "0.1"
slab = "0.4"
tokio = "0.1"
tokio-io = "0.1"
tokio-tcp = "0.1"
tokio-timer = "0.2"
tokio-reactor = "0.1"
tower-service = "0.1"
trust-dns-resolver = "0.10.0-alpha.2"
# native-tls
native-tls = { version="0.2", optional = true }