mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
Format
This commit is contained in:
parent
4e0ca0c1c3
commit
a12e934940
9 changed files with 199 additions and 117 deletions
|
@ -3,8 +3,8 @@ use std::path::Path;
|
|||
use log::info;
|
||||
use reqwest::Method;
|
||||
|
||||
use crate::{download, remote_exists};
|
||||
use super::Data;
|
||||
use crate::{download, remote_exists};
|
||||
|
||||
pub struct QuickInstall {
|
||||
url: String,
|
||||
|
@ -28,4 +28,4 @@ impl super::Fetcher for QuickInstall {
|
|||
info!("Downloading package from: '{}'", self.url);
|
||||
download(&self.url, dst).await
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue