auth_helpers.rs: split code into separate file

This commit is contained in:
Dietmar Maurer
2019-01-29 16:55:49 +01:00
parent 39a90ca6c5
commit 6c30068ebf
3 changed files with 56 additions and 51 deletions

View File

@ -49,8 +49,6 @@ pub mod storage {
pub mod futures;
}
pub mod getopts;
pub mod cli {
pub mod environment;
@ -65,3 +63,6 @@ pub mod client {
pub mod http_client;
pub mod catar_backup_stream;
}
pub mod getopts;
pub mod auth_helpers;