Config module

This commit is contained in:
ChristianVisintin
2020-12-24 11:12:02 +01:00
parent 9b9dc43a7f
commit 797174446c
4 changed files with 410 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ use std::time::Duration;
// Include
mod activity_manager;
mod bookmarks;
mod config;
mod filetransfer;
mod fs;
mod host;