aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-22 05:27:27 +0000
committerFuwn <[email protected]>2023-05-22 05:27:27 +0000
commitd92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d (patch)
treee90712fea23768947466222e9549898a38de6f40 /src/main.rs
parentchore: update copyright header (diff)
downloadseptember-d92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d.tar.xz
september-d92051329d0cc0f0d9898a7a81e9dc5bfa5e9b3d.zip
refactor(src): rename files
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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;