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

12 lines
141 B
Rust

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