mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
21 lines
490 B
TOML
21 lines
490 B
TOML
[package]
|
|
name = "lightning-custom-message"
|
|
version = "0.0.124"
|
|
authors = ["Jeffrey Czyz"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/lightningdevkit/rust-lightning"
|
|
description = """
|
|
Utilities for supporting custom peer-to-peer messages in LDK.
|
|
"""
|
|
edition = "2021"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[dependencies]
|
|
bitcoin = "0.32.2"
|
|
lightning = { version = "0.0.124", path = "../lightning" }
|
|
|
|
[lints]
|
|
workspace = true
|