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
bc11ead8d8c84cb3cdd4737aa9652a30f709b8bc
owncast-IRC-bridge
/
src
/
main.rs
6 lines
63 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: 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