Files
owncast-IRC-bridge/src/main.rs

15 lines
181 B
Rust
Raw Normal View History

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