feat(dns): export client::connect::dns module, and
`TokioThreadpoolGaiResolver` type.
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user