Drop `futures` dependency with `tokio::select`
[ldk-sample] / Cargo.toml
index 15c6c79104034cf6b066457263346cee2595baeb..9e83e5f5ff46d4aa5b02d2b480452bd83343799d 100644 (file)
@@ -23,7 +23,6 @@ bech32 = "0.8"
 hex = "0.3"
 libc = "0.2"
 
-futures = "0.3"
 chrono = "0.4"
 rand = "0.4"
 serde_json = { version = "1.0" }