File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
bitcoin = " 0.29"
8
- lightning = { version = " 0.0.116 " }
9
- lightning-block-sync = { version = " 0.0.116 " , features = [" rest-client" ] }
10
- lightning-net-tokio = { version = " 0.0.116 " }
8
+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " }
9
+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " , features = [" rest-client" ] }
10
+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48 " }
11
11
tokio = { version = " 1.25" , features = [" full" ] }
12
- tokio-postgres = { version = " =0.7.5" }
12
+ tokio-postgres = { version = " =0.7.5" }
13
13
futures = " 0.3"
14
14
15
+ [dev-dependencies ]
16
+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " e13ff10c63b01d3a9f1618320ce5f17dad2e5b48" }
17
+
15
18
[profile .dev ]
16
19
panic = " abort"
17
20
You can’t perform that action at this time.
0 commit comments