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
commita2b8132e7fe8f20fd1e6989e05a660b20f7e82bf (patch)
tree59c93f847f1a037c5ecf7904696828ba5588b2e4 /src/main.rs
parentchore: update copyright header (diff)
downloadseptember-a2b8132e7fe8f20fd1e6989e05a660b20f7e82bf.tar.xz
september-a2b8132e7fe8f20fd1e6989e05a660b20f7e82bf.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;