diff options
Diffstat (limited to 'broadcast/src/main.rs')
-rw-r--r-- | broadcast/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/broadcast/src/main.rs b/broadcast/src/main.rs index bdc8413..f4f1bf4 100644 --- a/broadcast/src/main.rs +++ b/broadcast/src/main.rs @@ -4,6 +4,7 @@ use common::run_server; mod handler; mod msg; +mod topology; use handler::BroadcastHandler; |