Files
owncast-IRC-bridge/src/main.rs
2026-03-10 21:58:38 -04:00

14 lines
169 B
Rust

mod config;
mod control;
mod events;
mod health;
mod html;
mod irc_task;
mod owncast_api;
mod webhook;
mod websocket;
fn main() {
println!("owncast-irc-bridge");
}