Bump most crate versions to 0.0.99 and lightning-invoice to 0.7.0
[rust-lightning] / lightning-background-processor / Cargo.toml
1 [package]
2 name = "lightning-background-processor"
3 version = "0.0.99"
4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 license = "MIT OR Apache-2.0"
6 repository = "http://github.com/rust-bitcoin/rust-lightning"
7 description = """
8 Utilities to perform required background tasks for Rust Lightning.
9 """
10 edition = "2018"
11
12 [dependencies]
13 bitcoin = "0.26"
14 lightning = { version = "0.0.99", path = "../lightning", features = ["allow_wallclock_use"] }
15 lightning-persister = { version = "0.0.99", path = "../lightning-persister" }
16
17 [dev-dependencies]
18 lightning = { version = "0.0.99", path = "../lightning", features = ["_test_utils"] }
19