Skip to content

Commit

Permalink
Add LSPS1 message handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Srg213 committed Nov 13, 2023
1 parent e8a5b9f commit efd1134
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 165 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[package]
name = "ldk-lsp-client"
version = "0.1.0"
authors = ["Elias Rohrer <dev@tnull.de>"]
authors = ["John Cantrell <johncantrell97@gmail.com>", "Elias Rohrer <dev@tnull.de>"]
edition = "2018"
description = "Types and primitives to integrate a spec-compliant LSP with an LDK-based node."

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

[dependencies]
lightning = { version = "0.0.116", features = ["max_level_trace", "std"] }
lightning-invoice = "0.24.0"
lightning-net-tokio = "0.0.116"
lightning = { version = "0.0.117", default-features = false, features = ["max_level_trace", "std"] }
lightning-invoice = "0.25.0"

bitcoin = "0.29.0"

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

0 comments on commit efd1134

Please sign in to comment.