Expose tokio_uds from the root crate (#526)

This commit is contained in:
Martin Chaine
2018-08-15 21:26:10 -07:00
committed by Carl Lerche
parent 6b84c73f12
commit 2b1b0ac858
3 changed files with 19 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ futures = "0.1.20"
# Needed until `reactor` is removed from `tokio`.
mio = "0.6.14"
[target.'cfg(unix)'.dependencies]
tokio-uds = { version = "0.2.0", path = "tokio-uds" }
[dev-dependencies]
bytes = "0.4"
env_logger = { version = "0.5", default-features = false }