Fix some things, move to new file src/authentication_results_handling.rs

This commit is contained in:
Hocuri
2022-10-09 17:06:31 +02:00
parent 0d221cced9
commit 47500bb3ea
6 changed files with 358 additions and 269 deletions

View File

@@ -93,6 +93,7 @@ mod update_helper;
pub mod webxdc;
#[macro_use]
mod dehtml;
mod authentication_results_handling;
mod color;
pub mod html;
pub mod plaintext;