refactor: Move main.rs to bin/automation.rs

This commit is contained in:
2025-10-17 02:57:18 +02:00
parent ba818c6b60
commit 5801421378
2 changed files with 8 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
pub mod config;
pub mod secret;
pub mod version;
pub mod web;