From: Matt Corallo Date: Fri, 24 Jul 2020 18:31:36 +0000 (-0400) Subject: Update the root Cargo.toml to point to the new subcrate X-Git-Tag: v0.0.12~30^2~6 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=76eaa617252ab93100dc0cba8fd8b860bc20b801;p=rust-lightning Update the root Cargo.toml to point to the new subcrate --- 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