Write to .crates.toml

This commit is contained in:
Félix Saparelli 2022-07-04 23:53:47 +12:00
parent caf6f3930b
commit 1c2d005fd4
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
6 changed files with 207 additions and 2 deletions

View file

@ -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;