Update licenses and add missing fields in Cargo.toml files
[rust-lightning] / background-processor / Cargo.toml
index f626f850fae735a1fff181a6c670ec2b41d383d3..89ac216816121a3be55040a47570b28b2b6a57e6 100644 (file)
@@ -2,10 +2,13 @@
 name = "lightning-background-processor"
 version = "0.0.13"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
+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"] }