Add lightning-block-sync package and library
[rust-lightning] / lightning-block-sync / Cargo.toml
1 [package]
2 name = "lightning-block-sync"
3 version = "0.0.1"
4 authors = ["Jeffrey Czyz", "Matt Corallo"]
5 license = "Apache-2.0"
6 edition = "2018"
7 description = """
8 Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
9 """
10
11 [dependencies]
12 bitcoin = "0.24"
13 lightning = { version = "0.0.12", path = "../lightning" }