Use more appropriate data types for SCIDs, direction, composite_index
[rapid-gossip-sync-server] / Cargo.toml
index 315c66f2c5876b00b19facbc79438de805381473..d2e1435536ccf2053021c678c5c72034bf6b38d4 100644 (file)
@@ -10,6 +10,7 @@ lightning-block-sync = { version = "0.0.110", features=["rest-client"] }
 lightning-net-tokio = { version = "0.0.110" }
 tokio = { version = "1.14.1", features = ["full"] }
 tokio-postgres = { version="0.7.5" }
+futures = "0.3"
 
 [profile.release]
 opt-level = 3