aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2843eb3..3db2582 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -12,10 +12,11 @@ mod config;
mod dyndns_service;
mod error;
mod ip_service;
+mod network;
+mod http;
#[cfg(test)]
mod test_macros;
-mod http;
#[derive(Parser, Debug)]
#[command(ignore_errors(true), version, about, long_about = None)]