Removed filetransfer module; migrated to remotefs crate

This commit is contained in:
veeso
2021-12-09 18:07:36 +01:00
committed by Christian Visintin
parent 25dd1b9b0a
commit df7a4381c4
60 changed files with 1185 additions and 6814 deletions

View File

@@ -45,8 +45,8 @@ use std::time::Duration;
// Include
mod activity_manager;
mod config;
mod explorer;
mod filetransfer;
mod fs;
mod host;
mod support;
mod system;