rust-lightning/lightning-persister/Cargo.toml

21 lines
497 B
TOML
Raw Normal View History

[package]
name = "lightning-persister"
version = "0.0.1"
authors = ["Valentine Wallace", "Matt Corallo"]
license = "Apache-2.0"
description = """
Utilities to manage channel data persistence and retrieval.
"""
[dependencies]
bitcoin = "0.24"
2020-11-24 16:34:33 -05:00
lightning = { version = "0.0.12", path = "../lightning" }
libc = "0.2"
[dev-dependencies.bitcoin]
version = "0.24"
features = ["bitcoinconsensus"]
[dev-dependencies]
2020-11-24 16:34:33 -05:00
lightning = { version = "0.0.12", path = "../lightning", features = ["_test_utils"] }