net: TcpSocket from std::net::TcpStream (#3838)

This commit is contained in:
AtulJatia
2021-06-11 10:58:58 +02:00
committed by GitHub
parent 2ab1fb00a9
commit 2e44cd29df
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -123,6 +123,7 @@ proptest = "1"
rand = "0.8.0"
tempfile = "3.1.0"
async-stream = "0.3"
socket2 = "0.4"
[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.5", features = ["futures", "checkpoint"] }