From 0c2779965dc50b19256ef2d73edb82dd5db3e0de Mon Sep 17 00:00:00 2001 From: Danny Browning Date: Sun, 20 Oct 2019 10:32:57 -0600 Subject: [PATCH] Add tcp dependency for net --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f990dec..31dc347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,7 @@ version = "0.2.0" [dependencies.tokio-net] optional = true version = "0.2.0-alpha.6" +features = ["tcp"] [dependencies.tokio-tls] optional = true