diff options
| author | 2025-01-10 16:43:09 -0600 | |
|---|---|---|
| committer | 2025-01-10 16:43:09 -0600 | |
| commit | 6dc6edc7af928593590a922bc4b8a3166a322c13 (patch) | |
| tree | 3e57c04c90558e3fbc59a81d03be7f2885ba1a72 /src/launcher.rs | |
| parent | untested moment (remove reqwest) (diff) | |
curl attemptcurl-attempt
Diffstat (limited to 'src/launcher.rs')
| -rw-r--r-- | src/launcher.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/launcher.rs b/src/launcher.rs index 5dfc68a..e9acf72 100644 --- a/src/launcher.rs +++ b/src/launcher.rs @@ -80,6 +80,10 @@ impl Error for LaunchError { } impl Launcher { + pub fn init() { + curl::init(); + } + // FIXME: more descriptive error type por favor pub async fn new(home: &Path, online: bool) -> Result<Launcher, Box<dyn Error>> { let home = home.to_owned(); |
