removed unused crate part
This commit is contained in:
parent
df29dbe4e5
commit
80ca4ce73c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use std::fs;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
use serde_json::{json, Value};
|
use serde_json::{json, Value};
|
||||||
use reqwest::blocking::Client;
|
use reqwest::blocking::Client;
|
||||||
use reqwest::{self, multipart};
|
use reqwest::{self};
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use base64::{Engine as _, engine::general_purpose::STANDARD};
|
use base64::{Engine as _, engine::general_purpose::STANDARD};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue