feat: add events module with BridgeEvent, ControlCommand, OwncastState types

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:52:17 -04:00
parent bc11ead8d8
commit f2e3c88b60
2 changed files with 52 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod config;
mod events;
fn main() {
println!("owncast-irc-bridge");