X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=ddc82cd5d4564cc4299004c797709587c878e291;hb=e32020c449964bc42cda264f510e7e51013f04bd;hp=8614cb48c1f15207023d9fd00b952600804d4e1b;hpb=e4c44f3c5becabccdb6df4e4b30aaa14671f9705;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 8614cb48..ddc82cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "lightning", @@ -7,12 +8,12 @@ members = [ "lightning-net-tokio", "lightning-persister", "lightning-background-processor", - "lightning-rapid-gossip-sync" + "lightning-rapid-gossip-sync", + "lightning-custom-message", + "lightning-transaction-sync", ] exclude = [ - "lightning-custom-message", - "lightning-transaction-sync", "no-std-check", "msrv-no-dev-deps-check", "bench",