X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=a12f6ff9ff3de2ded9fbc368029aba53f945f066;hb=3b6d039f89b75758dda7c5aeedce5e79bbc0d5fa;hp=a3acccfdaea91614b98421590dd567d1a678ef58;hpb=1701b021241feae4091a5cda9f68c649070a416a;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index a3acccfd..a12f6ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,13 +8,14 @@ members = [ "lightning-net-tokio", "lightning-persister", "lightning-background-processor", - "lightning-rapid-gossip-sync" + "lightning-rapid-gossip-sync", + "lightning-custom-message", ] exclude = [ - "lightning-custom-message", "lightning-transaction-sync", "no-std-check", + "msrv-no-dev-deps-check", "bench", ]