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

This commit is contained in:
2025-10-17 02:57:18 +02:00
parent ba818c6b60
commit 5e13dff2b5
2 changed files with 8 additions and 9 deletions

4
src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod config;
pub mod secret;
pub mod version;
pub mod web;