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