feat: add Owncast API client for sending messages and checking status

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:54:25 -04:00
parent 788634fb83
commit 3876e12ec9
2 changed files with 79 additions and 0 deletions

View File

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