File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ members = [
8
8
" lightning-net-tokio" ,
9
9
" lightning-persister" ,
10
10
" lightning-background-processor" ,
11
- " lightning-rapid-gossip-sync"
11
+ " lightning-rapid-gossip-sync" ,
12
+ " lightning-custom-message" ,
12
13
]
13
14
14
15
exclude = [
15
- " lightning-custom-message" ,
16
16
" lightning-transaction-sync" ,
17
17
" no-std-check" ,
18
18
" 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" }
11
11
lightning-persister = { path = " ../lightning-persister" }
12
12
lightning-background-processor = { path = " ../lightning-background-processor" , features = [" futures" ] }
13
13
lightning-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