Update the root Cargo.toml to point to the new subcrate
authorMatt Corallo <git@bluematt.me>
Fri, 24 Jul 2020 18:31:36 +0000 (14:31 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 11 Sep 2020 02:03:32 +0000 (22:03 -0400)
Cargo.toml

index 222de893aa46c895c5fdb450bb899761f75f4b30..511682e281871d4ffa57209c4f698c4ddab7427b 100644 (file)
@@ -3,6 +3,7 @@
 members = [
     "lightning",
     "lightning-net-tokio",
+    "lightning-c-bindings",
 ]
 
 # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it