From 16c4d36e4ae150b115a063b57286d6f2cb5cf69d Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Thu, 14 Dec 2023 11:41:48 +0200 Subject: [PATCH] add webhook module --- snippets/rust/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/rust/src/main.rs b/snippets/rust/src/main.rs index 83846c7..af4326f 100644 --- a/snippets/rust/src/main.rs +++ b/snippets/rust/src/main.rs @@ -14,6 +14,7 @@ mod send_payment; mod send_spontaneous_payment; mod service_status; mod static_channel_backup; +mod webhook; use anyhow::Result; use breez_sdk_core::*;