added logging

This commit is contained in:
2025-12-05 21:20:12 +01:00
parent f7083bf9f0
commit 58a498e694
17 changed files with 526 additions and 358 deletions

3
src/util/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
// src/util/mod.rs
pub mod logger;
pub mod directories;