Move lightning-custom-message to main workspace

Since we now have a consistent MSRV and edition, we can move
`lightning-custom-message` to the main
workspace.
This commit is contained in:
Elias Rohrer 2023-11-06 11:50:19 +01:00
parent ddf2509227
commit 7301ff0c09
No known key found for this signature in database
GPG Key ID: 36153082BDF676FD
2 changed files with 3 additions and 2 deletions

View File

@ -8,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",

View File

@ -11,3 +11,4 @@ lightning-net-tokio = { path = "../lightning-net-tokio" }
lightning-persister = { path = "../lightning-persister" }
lightning-background-processor = { path = "../lightning-background-processor", features = ["futures"] }
lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
lightning-custom-message = { path = "../lightning-custom-message" }