lsps: Implement JSON-RPC message structure

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
This commit is contained in:
Peter Neuroth
2025-03-14 18:49:56 +01:00
committed by ShahanaFarooqui
parent a12c02b1d0
commit ea5635c4c8
8 changed files with 478 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "cln-lsps"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"