mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-18 13:24:36 +01:00
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:
parent
ddf2509227
commit
7301ff0c09
@ -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",
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user