X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=b7c6e5cf521e1a306de90c44f9c4782b3aad6954;hb=df11c05fa6281c3825f2fb9f3260b94c56c77afb;hp=8290e28efe1b71be73e055e02b707092ea2fa69d;hpb=6185a2819090bd077954244c5e2adaab5efcaa1a;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 8290e28e..b7c6e5cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lightning" version = "0.0.1" authors = ["Matt Corallo"] -license = "AGPL-3.0" +license = "Apache-2.0" repository = "https://github.com/TheBlueMatt/rust-lightning/" description = """ A Bitcoin Lightning implementation in Rust. @@ -14,8 +14,10 @@ Still super-early code-dump quality and is missing large chunks. See README in g non_bitcoin_chain_hash_routing = [] [dependencies] -bitcoin = "0.10.7" +bitcoin = "0.11" rust-crypto = "0.2" -rand = "0.3" -secp256k1 = "0.8.1" -num = "0.1" +rand = "0.4" +secp256k1 = "0.8" + +[patch.crates-io] +bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "master" } \ No newline at end of file