X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2FCargo.toml;fp=lightning-block-sync%2FCargo.toml;h=ac750bcc473f4b2c704231f127455eccfff45177;hb=52edab7055e998ec334855c9979403e0d8eb9406;hp=968e500ef4940041ce19c2daffd8b2d8afb7c8b1;hpb=c9321c5ec07ee2daa895b5136e9472a42d4eff1d;p=rust-lightning diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 968e500e..ac750bcc 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -2,11 +2,12 @@ name = "lightning-block-sync" version = "0.0.13" authors = ["Jeffrey Czyz", "Matt Corallo"] -license = "Apache-2.0" -edition = "2018" +license = "MIT OR Apache-2.0" +repository = "http://github.com/rust-bitcoin/rust-lightning" description = """ Utilities to fetch the chain data from a block source and feed them into Rust Lightning. """ +edition = "2018" [features] rest-client = [ "serde", "serde_json", "chunked_transfer" ]