mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 12:40:04 +00:00
Write to .crates.toml
This commit is contained in:
parent
caf6f3930b
commit
1c2d005fd4
6 changed files with 207 additions and 2 deletions
|
@ -6,7 +6,7 @@ use cargo_toml::Manifest;
|
|||
use futures_util::stream::Stream;
|
||||
use log::debug;
|
||||
use once_cell::sync::OnceCell;
|
||||
use reqwest::{Client, ClientBuilder, Method, Response, tls};
|
||||
use reqwest::{tls, Client, ClientBuilder, Method, Response};
|
||||
use serde::Serialize;
|
||||
use tinytemplate::TinyTemplate;
|
||||
use tokio::task::block_in_place;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue