From 76eaa617252ab93100dc0cba8fd8b860bc20b801 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 24 Jul 2020 14:31:36 -0400 Subject: [PATCH] Update the root Cargo.toml to point to the new subcrate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 222de893..511682e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- 2.30.2