Merge pull request #835 from TheBlueMatt/2021-03-0.0.13
[rust-lightning] / background-processor / Cargo.toml
1 [package]
2 name = "lightning-background-processor"
3 version = "0.0.13"
4 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
5 edition = "2018"
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9 [dependencies]
10 bitcoin = "0.26"
11 lightning = { version = "0.0.13", path = "../lightning", features = ["allow_wallclock_use"] }
12 lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
13
14 [dev-dependencies]
15 lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }