feat: initialize a utils lib with config functions handling config files in local and standard OS directories

This commit is contained in:
2024-08-22 20:40:12 +02:00
parent 90ff593438
commit f56439c9c5
11 changed files with 102 additions and 9 deletions

1
crates/utils/src/lib.rs Normal file
View File

@ -0,0 +1 @@
pub mod config;