X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=c43e7927581432e9834aed21a16329aba92f80b3;hb=9c7c3b99210676793b1d35575d8538979cc1b349;hp=56f4ac32f3f629c3553adb07114e21370ee1c80b;hpb=df778b605a28580905cb5ca63b3ec8bbe99afc2f;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 56f4ac32..c43e7927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ members = [ "lightning", "lightning-net-tokio", + "lightning-persister", ] # Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it.