mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
net: fix build with only process (#1575)
This commit is contained in:
@@ -23,6 +23,7 @@ categories = ["asynchronous", "network-programming"]
|
||||
[features]
|
||||
async-traits = []
|
||||
process = [
|
||||
"tokio-io/util",
|
||||
"crossbeam-queue",
|
||||
"libc",
|
||||
"mio-named-pipes",
|
||||
|
||||
Reference in New Issue
Block a user