rust-lightning/background-processor/Cargo.toml
Matt Corallo d65d7e7257 Bump versions to 0.0.13 across the board
We also skip having different versions for different subcrates,
since that is confusing.
2021-03-09 14:11:11 -05:00

15 lines
553 B
TOML

[package]
name = "lightning-background-processor"
version = "0.0.13"
authors = ["Valentine Wallace <vwallace@protonmail.com>"]
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"] }
lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
[dev-dependencies]
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }