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 | a2b8132e7fe8f20fd1e6989e05a660b20f7e82bf (patch) | |
| tree | 59c93f847f1a037c5ecf7904696828ba5588b2e4 /src/main.rs | |
| parent | chore: update copyright header (diff) | |
| download | september-a2b8132e7fe8f20fd1e6989e05a660b20f7e82bf.tar.xz september-a2b8132e7fe8f20fd1e6989e05a660b20f7e82bf.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; |