Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit efd1134

Browse files
committed
Add LSPS1 message handler
1 parent e8a5b9f commit efd1134

File tree

6 files changed

+214
-165
lines changed

6 files changed

+214
-165
lines changed

Cargo.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
[package]
22
name = "ldk-lsp-client"
33
version = "0.1.0"
4-
authors = ["Elias Rohrer <[email protected]>"]
4+
authors = ["John Cantrell <[email protected]>", "Elias Rohrer <[email protected]>"]
55
edition = "2018"
66
description = "Types and primitives to integrate a spec-compliant LSP with an LDK-based node."
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
lightning = { version = "0.0.116", features = ["max_level_trace", "std"] }
12-
lightning-invoice = "0.24.0"
13-
lightning-net-tokio = "0.0.116"
11+
lightning = { version = "0.0.117", default-features = false, features = ["max_level_trace", "std"] }
12+
lightning-invoice = "0.25.0"
1413

1514
bitcoin = "0.29.0"
1615

17-
chrono = { version = "0.4.31", default-features = false, features = ["std", "serde"] }
16+
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
1817
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
1918
serde_json = "1.0"

0 commit comments

Comments
 (0)