feat: wire all tasks together in main with signal handling

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 22:00:54 -04:00
parent a7b80264d0
commit f4717832f0
2 changed files with 125 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ pub struct BridgeConfig {
pub control: ControlConfig,
}
#[derive(Debug, Deserialize)]
#[derive(Debug, Clone, Deserialize)]
pub struct IrcConfig {
pub server: String,
#[serde(default = "default_irc_port")]