diff options
| author | Fuwn <[email protected]> | 2023-05-22 05:27:27 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-22 05:27:27 +0000 |
| commit | d92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d (patch) | |
| tree | e90712fea23768947466222e9549898a38de6f40 /src/main.rs | |
| parent | chore: update copyright header (diff) | |
| download | september-d92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d.tar.xz september-d92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d.zip | |
refactor(src): rename files
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 85eb228..a1ffb08 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ #![recursion_limit = "128"] #![allow(clippy::cast_precision_loss)] -mod gemini_to_html; +mod html; mod response; mod url; |