X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=aa842bf012af299010707b65bd4ea7757919fb4e;hb=bdb9a55e6c7bb5d68d1d199a5f4efe2c81f3093d;hp=ea92890a12848ab7210eb540286ac821ac84fb6e;hpb=e9d2908765c3970f5d2d9e70eeb6459e47b372da;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index ea92890..aa842bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ldk-tutorial-node" +name = "ldk-sample" version = "0.1.0" authors = ["Valentine Wallace "] license = "MIT OR Apache-2.0" @@ -8,13 +8,13 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning = { version = "0.0.111", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.111", features = [ "rpc-client" ] } -lightning-invoice = { version = "0.19" } -lightning-net-tokio = { version = "0.0.111" } -lightning-persister = { version = "0.0.111" } -lightning-background-processor = { version = "0.0.111" } -lightning-rapid-gossip-sync = { version = "0.0.111" } +lightning = { version = "0.0.115", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.115", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.23" } +lightning-net-tokio = { version = "0.0.115" } +lightning-persister = { version = "0.0.115" } +lightning-background-processor = { version = "0.0.115", features = [ "futures" ] } +lightning-rapid-gossip-sync = { version = "0.0.115" } base64 = "0.13.0" bitcoin = "0.29.0" @@ -23,7 +23,6 @@ bech32 = "0.8" hex = "0.3" libc = "0.2" -futures = "0.3" chrono = "0.4" rand = "0.4" serde_json = { version = "1.0" }