File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ members = [
88 " lightning-net-tokio" ,
99 " lightning-persister" ,
1010 " lightning-background-processor" ,
11- " lightning-rapid-gossip-sync"
11+ " lightning-rapid-gossip-sync" ,
12+ " lightning-custom-message" ,
1213]
1314
1415exclude = [
15- " lightning-custom-message" ,
1616 " lightning-transaction-sync" ,
1717 " no-std-check" ,
1818 " msrv-no-dev-deps-check" ,
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ lightning-net-tokio = { path = "../lightning-net-tokio" }
1111lightning-persister = { path = " ../lightning-persister" }
1212lightning-background-processor = { path = " ../lightning-background-processor" , features = [" futures" ] }
1313lightning-rapid-gossip-sync = { path = " ../lightning-rapid-gossip-sync" }
14+ lightning-custom-message = { path = " ../lightning-custom-message" }
You can’t perform that action at this time.
0 commit comments