X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=ec9edb3ac33076af7833898f9c5347db4f34fda5;hb=4b5504366b2e0c7e29e8bf4bee5d05445f363c35;hp=a12f6ff9ff3de2ded9fbc368029aba53f945f066;hpb=2b04f193b9dc8eb6d0d0e5b513a47e668324debd;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index a12f6ff9..ec9edb3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,11 @@ members = [ "lightning-background-processor", "lightning-rapid-gossip-sync", "lightning-custom-message", + "lightning-transaction-sync", + "possiblyrandom", ] exclude = [ - "lightning-transaction-sync", "no-std-check", "msrv-no-dev-deps-check", "bench", @@ -38,3 +39,6 @@ lto = "off" opt-level = 3 lto = true panic = "abort" + +[patch.crates-io.possiblyrandom] +path = "possiblyrandom"