Immutable BlockSource interface
[rust-lightning] / lightning-block-sync / Cargo.toml
index 67edb09eee4ac43ac74f42bde6e6cf6439d55944..673034081588e373b6590aff9a4db111987862af 100644 (file)
@@ -20,6 +20,7 @@ rpc-client = [ "serde", "serde_json", "chunked_transfer" ]
 [dependencies]
 bitcoin = "0.27"
 lightning = { version = "0.0.106", path = "../lightning" }
+futures = { version = "0.3" }
 tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
 serde = { version = "1.0", features = ["derive"], optional = true }
 serde_json = { version = "1.0", optional = true }