fix: use my own tokio
This commit is contained in:
parent
3315b38806
commit
7742bc9361
4 changed files with 9 additions and 8 deletions
|
@ -2,12 +2,13 @@ use std::{path::Path, sync::LazyLock};
|
|||
|
||||
use color_eyre::eyre::{Result, bail};
|
||||
use futures::StreamExt;
|
||||
use relm4::{Sender, tokio::fs::File};
|
||||
use relm4::Sender;
|
||||
use reqwest::{
|
||||
Body, Client, StatusCode,
|
||||
header::AUTHORIZATION,
|
||||
multipart::{Form, Part},
|
||||
};
|
||||
use tokio::fs::File;
|
||||
use tokio_util::io::ReaderStream;
|
||||
|
||||
use crate::{Config, ProgressMessage};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue