X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=ec9edb3ac33076af7833898f9c5347db4f34fda5;hb=refs%2Fheads%2Fupstream%2Fmain;hp=a3acccfdaea91614b98421590dd567d1a678ef58;hpb=32eb89474cdc1e400ef89eab76d590d19da4746a;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index a3acccfd..ec9edb3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,13 +8,15 @@ members = [ "lightning-net-tokio", "lightning-persister", "lightning-background-processor", - "lightning-rapid-gossip-sync" + "lightning-rapid-gossip-sync", + "lightning-custom-message", + "lightning-transaction-sync", + "possiblyrandom", ] exclude = [ - "lightning-custom-message", - "lightning-transaction-sync", "no-std-check", + "msrv-no-dev-deps-check", "bench", ] @@ -36,3 +39,6 @@ lto = "off" opt-level = 3 lto = true panic = "abort" + +[patch.crates-io.possiblyrandom] +path = "possiblyrandom"