X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=b7c6e5cf521e1a306de90c44f9c4782b3aad6954;hb=ac3bf5b71d80d0dbdbacfbac1fc9528d09391237;hp=bff665320040e6bfb1e03babf8fdc7ccd1800925;hpb=770740dbcc581ab3ccbc3426d5c5ea10a4659317;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index bff66532..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. @@ -18,3 +18,6 @@ bitcoin = "0.11" rust-crypto = "0.2" 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