Merge pull request #2415 from wpaulino/update-fee-anchors
[rust-lightning] / lightning-custom-message / Cargo.toml
1 [package]
2 name = "lightning-custom-message"
3 version = "0.0.116-alpha1"
4 authors = ["Jeffrey Czyz"]
5 license = "MIT OR Apache-2.0"
6 repository = "http://github.com/lightningdevkit/rust-lightning"
7 description = """
8 Utilities for supporting custom peer-to-peer messages in LDK.
9 """
10 edition = "2021"
11
12 [package.metadata.docs.rs]
13 all-features = true
14 rustdoc-args = ["--cfg", "docsrs"]
15
16 [dependencies]
17 bitcoin = "0.29.0"
18 lightning = { version = "0.0.116-alpha1", path = "../lightning" }