summaryrefslogtreecommitdiffstats
path: root/src/launcher.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-11 01:50:48 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-11 01:50:48 -0600
commit9f1a7c45dcee1268f6b222dd2fac4ec083a34d9a (patch)
treeee47b18270a1f4df74b2951a86cad5e7d36ce003 /src/launcher.rs
parentuntested moment (remove reqwest) (diff)
re-add reqwest (mistakes were made)
Diffstat (limited to 'src/launcher.rs')
-rw-r--r--src/launcher.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/launcher.rs b/src/launcher.rs
index 5dfc68a..98a8020 100644
--- a/src/launcher.rs
+++ b/src/launcher.rs
@@ -3,7 +3,6 @@ mod version;
mod profile;
mod strsub;
mod download;
-mod request;
use std::borrow::Cow;
use std::collections::HashMap;