rename impl_ureq -> ureq_client

This commit is contained in:
Jörn-Michael Miehe 2025-07-05 01:39:38 +00:00
parent 7e4bd398c2
commit 3f5fa86f3a
2 changed files with 1 additions and 1 deletions

View file

@ -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;