This website requires JavaScript.
Explore
Help
Sign In
cottongin
/
owncast-IRC-bridge
Watch
1
Star
1
Fork
0
You've already forked owncast-IRC-bridge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f2e3c88b60b4460f51d6e38ad64e550e8bba770b
owncast-IRC-bridge
/
src
/
main.rs
7 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: add config module with TOML parsing and env var support Made-with: Cursor
2026-03-10 21:51:35 -04:00
mod
config
;
feat: add events module with BridgeEvent, ControlCommand, OwncastState types Made-with: Cursor
2026-03-10 21:52:17 -04:00
mod
events
;
feat: add config module with TOML parsing and env var support Made-with: Cursor
2026-03-10 21:51:35 -04:00
feat: scaffold project with dependencies and config Made-with: Cursor
2026-03-10 21:49:42 -04:00
fn
main
(
)
{
println!
(
"
owncast-irc-bridge
"
)
;
}
Reference in New Issue
Copy Permalink