X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=d73ce6de274f3878edce7a3bd837304a55455244;hp=adac61dae1a692c9701cae0d3ea040d36d53fd0b;hb=88bd0ca9ec1c511b3e3eb36095fbacca7ccc78fc;hpb=f5d699d8640f7fbc0fad5c415d0831f265d5c1e4 diff --git a/Cargo.toml b/Cargo.toml index adac61d..d73ce6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] lightning = { version = "0.0.117", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.117", features = [ "rpc-client" ] } +lightning-block-sync = { version = "0.0.117", features = [ "rpc-client", "tokio" ] } lightning-invoice = { version = "0.25.0" } lightning-net-tokio = { version = "0.0.117" } lightning-persister = { version = "0.0.117" }