Update licenses and add missing fields in Cargo.toml files
[rust-lightning] / lightning-block-sync / Cargo.toml
index 968e500ef4940041ce19c2daffd8b2d8afb7c8b1..ac750bcc473f4b2c704231f127455eccfff45177 100644 (file)
@@ -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" ]