mirror of
https://github.com/veeso/termscp.git
synced 2026-04-11 20:51:37 -07:00
Brought all extern crate to top level
This commit is contained in:
@@ -31,10 +31,6 @@ mod misc;
|
||||
mod update;
|
||||
mod view;
|
||||
|
||||
// Dependencies
|
||||
extern crate crossterm;
|
||||
extern crate tuirealm;
|
||||
|
||||
// locals
|
||||
use super::{Activity, Context, ExitReason};
|
||||
use crate::filetransfer::FileTransferProtocol;
|
||||
|
||||
Reference in New Issue
Block a user