basic creation

This commit is contained in:
Alex Emmet 2025-08-30 22:37:16 +02:00
commit e15b2b407a
14 changed files with 1258 additions and 8 deletions

4
src/util/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod fileUtil;
pub mod chatFiles;
pub mod configUtil;
pub mod chatsUtil;