X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=a12f6ff9ff3de2ded9fbc368029aba53f945f066;hb=refs%2Fheads%2F2024-01-pm-dyn-ref;hp=8614cb48c1f15207023d9fd00b952600804d4e1b;hpb=e4c44f3c5becabccdb6df4e4b30aaa14671f9705;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 8614cb48..a12f6ff9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,11 +8,11 @@ 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",