Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-01 17:29:21 -04:00
parent 38fb05475d
commit a7da4d6a11
5 changed files with 333 additions and 3 deletions

View File

@@ -36,6 +36,8 @@ profiling = { workspace = true }
nwc = { workspace = true }
tokio = { workspace = true }
bech32 = { workspace = true }
lightning-invoice = { workspace = true }
secp256k1 = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }