X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=15c6c79104034cf6b066457263346cee2595baeb;hb=64d08ee85fe60b5d6e7a0773fe096a9c9ed38826;hp=74ce48b40325f7804d358fd00e039452389e0b39;hpb=c45a4b94c1c60e599105565cf1055e0413f0e856;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index 74ce48b..15c6c79 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,19 +8,20 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning = { version = "0.0.109", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.109", features = [ "rpc-client" ] } -lightning-invoice = { version = "0.17" } -lightning-net-tokio = { version = "0.0.109" } -lightning-persister = { version = "0.0.109" } -lightning-background-processor = { version = "0.0.109" } -lightning-rapid-gossip-sync = { version = "0.0.109" } +lightning = { version = "0.0.114", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.114", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.22" } +lightning-net-tokio = { version = "0.0.114" } +lightning-persister = { version = "0.0.114" } +lightning-background-processor = { version = "0.0.114" } +lightning-rapid-gossip-sync = { version = "0.0.114" } base64 = "0.13.0" -bitcoin = "0.28.1" +bitcoin = "0.29.0" bitcoin-bech32 = "0.12" bech32 = "0.8" hex = "0.3" +libc = "0.2" futures = "0.3" chrono = "0.4"