feat: add webhook server with payload parsing and chat/stream event handling

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:56:12 -04:00
parent 09fbf76873
commit c41eba1040
2 changed files with 198 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ mod events;
mod health;
mod html;
mod owncast_api;
mod webhook;
fn main() {
println!("owncast-irc-bridge");