feat(dns): export client::connect::dns module, and

`TokioThreadpoolGaiResolver` type.
This commit is contained in:
Sean McArthur
2018-10-23 12:31:11 -07:00
parent 1e8d6439cf
commit 34d780acd0
5 changed files with 59 additions and 40 deletions

View File

@@ -34,8 +34,8 @@ tokio-executor = { version = "0.1.0", optional = true }
tokio-io = "0.1"
tokio-reactor = { version = "0.1", optional = true }
tokio-tcp = { version = "0.1", optional = true }
tokio-threadpool = { version = "0.1.3", optional = true }
tokio-timer = { version = "0.2", optional = true }
tokio-threadpool = { version = "0.1", optional = true }
want = "0.0.6"
[dev-dependencies]
@@ -62,8 +62,8 @@ runtime = [
"tokio-executor",
"tokio-reactor",
"tokio-tcp",
"tokio-timer",
"tokio-threadpool",
"tokio-timer",
]
nightly = []
__internal_flaky_tests = []