X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-persister%2FCargo.toml;h=a6e7242b0cb9c13e0eae26ea6bb43063870eb8c1;hb=021959f822222cd3782a212f0b7ad3819ee56349;hp=8eb889dd0d217fc4f0185a08fc997ec29ace1d54;hpb=d65d7e725700818da80aa2af45b718320c2e4de7;p=rust-lightning diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 8eb889dd..a6e7242b 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -2,11 +2,15 @@ name = "lightning-persister" version = "0.0.13" authors = ["Valentine Wallace", "Matt Corallo"] -license = "Apache-2.0" +license = "MIT OR Apache-2.0" +repository = "https://github.com/rust-bitcoin/rust-lightning/" description = """ -Utilities to manage channel data persistence and retrieval. +Utilities to manage Rust-Lightning channel data persistence and retrieval. """ +[features] +unstable = ["lightning/unstable"] + [dependencies] bitcoin = "0.26" lightning = { version = "0.0.13", path = "../lightning" }