Add subcrate which impls a simple SPV client from Bitcoin Core RPC
[rust-lightning] / Cargo.toml
index 222de893aa46c895c5fdb450bb899761f75f4b30..d4f972130e1840b6332acdf13b237d91b27cc170 100644 (file)
@@ -3,6 +3,7 @@
 members = [
     "lightning",
     "lightning-net-tokio",
+    "lightning-block-sync",
 ]
 
 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it