X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=6a1546a3083f8fc2f64aab8f5ff3047c44ec407b;hb=0987622117ae73df315a2d0778acbd05fcbc95de;hp=c43838a4b66e3f50698253f446f04931c1024974;hpb=3e9925f112c47c0c842ad5e6d13d5b9fc4524d10;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index c43838a..6a1546a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning = { version = "0.0.104" } +lightning = { version = "0.0.104", features = ["max_level_trace"] } lightning-block-sync = { version = "0.0.104", features = [ "rpc-client" ] } lightning-invoice = { version = "0.12.0" } lightning-net-tokio = { version = "0.0.104" }