From 172f8163139f8112b76d462198a1213a5cb49dde Mon Sep 17 00:00:00 2001 From: Gus Power Date: Sat, 7 Jun 2025 14:55:21 +0100 Subject: first test of Junie - add network module for detecting available network adapters --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.rs') 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)] -- cgit v1.2.3