We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokio
lightning-block-sync
1 parent e2fe813 commit 27f827dCopy full SHA for 27f827d
lightning-block-sync/Cargo.toml
@@ -20,7 +20,7 @@ rpc-client = [ "serde_json", "chunked_transfer" ]
20
[dependencies]
21
bitcoin = "0.29.0"
22
lightning = { version = "0.0.118", path = "../lightning" }
23
-tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
+tokio = { version = "1.0", features = [ "io-util", "net", "time", "rt" ], optional = true }
24
serde_json = { version = "1.0", optional = true }
25
chunked_transfer = { version = "1.4", optional = true }
26
0 commit comments