@@ -52,29 +52,29 @@ default = []
5252# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
5353# lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
5454
55- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" std" ] }
56- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
57- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" std" ] }
58- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
59- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" tokio" ] }
60- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
61- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
62- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" rest-client" , " rpc-client" , " tokio" ] }
63- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" esplora-async-https" , " electrum-rustls-ring" , " time" ] }
64- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
65- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
66-
67- # lightning = { path = "../rust-lightning/lightning", features = ["std"] }
68- # lightning-types = { path = "../rust-lightning/lightning-types" }
69- # lightning-invoice = { path = "../rust-lightning/lightning-invoice", features = ["std"] }
70- # lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }
71- # lightning-persister = { path = "../rust-lightning/lightning-persister", features = ["tokio"] }
72- # lightning-background-processor = { path = "../rust-lightning/lightning-background-processor" }
73- # lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
74- # lightning-block-sync = { path = "../rust-lightning/lightning-block-sync", features = ["rest-client", "rpc-client", "tokio"] }
75- # lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async-https", "electrum-rustls-ring", "time"] }
76- # lightning-liquidity = { path = "../rust-lightning/lightning-liquidity", features = ["std"] }
77- # lightning-macros = { path = "../rust-lightning/lightning-macros" }
55+ # lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["std"] }
56+ # lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
57+ # lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["std"] }
58+ # lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
59+ # lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["tokio"] }
60+ # lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
61+ # lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
62+ # lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["rest-client", "rpc-client", "tokio"] }
63+ # lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["esplora-async-https", "electrum-rustls-ring", "time"] }
64+ # lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
65+ # lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204" }
66+
67+ lightning = { path = " ../rust-lightning/lightning" , features = [" std" ] }
68+ lightning-types = { path = " ../rust-lightning/lightning-types" }
69+ lightning-invoice = { path = " ../rust-lightning/lightning-invoice" , features = [" std" ] }
70+ lightning-net-tokio = { path = " ../rust-lightning/lightning-net-tokio" }
71+ lightning-persister = { path = " ../rust-lightning/lightning-persister" , features = [" tokio" ] }
72+ lightning-background-processor = { path = " ../rust-lightning/lightning-background-processor" }
73+ lightning-rapid-gossip-sync = { path = " ../rust-lightning/lightning-rapid-gossip-sync" }
74+ lightning-block-sync = { path = " ../rust-lightning/lightning-block-sync" , features = [" rest-client" , " rpc-client" , " tokio" ] }
75+ lightning-transaction-sync = { path = " ../rust-lightning/lightning-transaction-sync" , features = [" esplora-async-https" , " electrum-rustls-ring" , " time" ] }
76+ lightning-liquidity = { path = " ../rust-lightning/lightning-liquidity" , features = [" std" ] }
77+ lightning-macros = { path = " ../rust-lightning/lightning-macros" }
7878
7979bdk_chain = { version = " 0.23.0" , default-features = false , features = [" std" ] }
8080bdk_esplora = { version = " 0.22.0" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -109,8 +109,8 @@ winapi = { version = "0.3", features = ["winbase"] }
109109[dev-dependencies ]
110110# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
111111# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
112- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " d0765847c85f1c3dc753c17c3e05dbcb1d300204" , features = [" std" , " _test_utils" ] }
113- # lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
112+ # lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "d0765847c85f1c3dc753c17c3e05dbcb1d300204", features = ["std", "_test_utils"] }
113+ lightning = { path = " ../rust-lightning/lightning" , features = [" std" , " _test_utils" ] }
114114proptest = " 1.0.0"
115115regex = " 1.5.6"
116116
0 commit comments