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

@@ -26,6 +26,7 @@ extern crate magic_crypt;
pub mod activity_manager;
pub mod bookmarks;
pub mod config;
pub mod filetransfer;
pub mod fs;
pub mod host;