rename impl_ureq -> ureq_client
This commit is contained in:
parent
7e4bd398c2
commit
3f5fa86f3a
2 changed files with 1 additions and 1 deletions
|
|
@ -6,9 +6,9 @@ mod cachefile;
|
|||
mod cli;
|
||||
mod error;
|
||||
mod file;
|
||||
mod impl_ureq;
|
||||
pub mod output;
|
||||
mod sharry;
|
||||
mod ureq_client;
|
||||
|
||||
pub use appstate::AppState;
|
||||
pub use cli::Cli;
|
||||
|
|
|
|||
Loading…
Reference in a new issue