net: fix build with only process (#1575)

This commit is contained in:
Carl Lerche
2019-09-19 12:38:15 -07:00
committed by GitHub
parent 815173f8e5
commit 8d09f61d33
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ net-no-features = ["tokio-net"]
net-with-tcp = ["tokio-net/tcp"]
net-with-udp = ["tokio-net/udp"]
net-with-uds = ["tokio-net/uds"]
net-with-process = ["tokio-net/process"]
tokio-no-features = ["tokio"]
tokio-with-net = ["tokio/net"]