Connect to peers with tokio TcpStreams isntead of blocking tokio
[ldk-sample] / Cargo.toml
index a51252ec914c7790ddbf14277aaeea052daab7fb..1b3935d044dc6b082e7e34bd4c8221b27d3e052f 100644 (file)
@@ -21,6 +21,7 @@ bitcoin-bech32 = "0.7"
 bech32 = "0.7"
 hex = "0.3"
 
+futures = "0.3"
 time = "0.2"
 rand = "0.4"
 serde_json = { version = "1.0" }