X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=background-processor%2FCargo.toml;h=89ac216816121a3be55040a47570b28b2b6a57e6;hb=de6ddedba816cee1d2d979a6c498c2865b6b6939;hp=9870ef291ed06206a28cddae702933d230b0661b;hpb=c9321c5ec07ee2daa895b5136e9472a42d4eff1d;p=rust-lightning diff --git a/background-processor/Cargo.toml b/background-processor/Cargo.toml index 9870ef29..89ac2168 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"] } @@ -13,3 +16,7 @@ lightning-persister = { version = "0.0.13", path = "../lightning-persister" } [dev-dependencies] lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] } + +[dev-dependencies.bitcoin] +version = "0.26" +features = ["bitcoinconsensus"]