Brought all extern crate to top level

This commit is contained in:
veeso
2021-06-26 12:32:11 +02:00
parent 7ed49126a4
commit 97a62def11
30 changed files with 24 additions and 98 deletions

View File

@@ -33,12 +33,6 @@ pub(self) mod session;
pub(self) mod update;
pub(self) mod view;
// Dependencies
extern crate chrono;
extern crate crossterm;
extern crate textwrap;
extern crate tuirealm;
// locals
use super::{Activity, Context, ExitReason};
use crate::filetransfer::ftp_transfer::FtpFileTransfer;