X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=background-processor%2FCargo.toml;h=89ac216816121a3be55040a47570b28b2b6a57e6;hb=5b28744755a4a5ef0303c9cbf927502495194055;hp=f626f850fae735a1fff181a6c670ec2b41d383d3;hpb=49910a30ac207da25fbbdd722952365a96806784;p=rust-lightning diff --git a/background-processor/Cargo.toml b/background-processor/Cargo.toml index f626f850f..89ac21681 100644 --- a/background-processor/Cargo.toml +++ b/background-processor/Cargo.toml @@ -2,10 +2,13 @@ name = "lightning-background-processor" version = "0.0.13" authors = ["Valentine Wallace "] +license = "MIT OR Apache-2.0" +repository = "http://github.com/rust-bitcoin/rust-lightning" +description = """ +Utilities to perform required background tasks for Rust Lightning. +""" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] bitcoin = "0.26" lightning = { version = "0.0.13", path = "../lightning", features = ["allow_wallclock_use"] }