removed unused crate part

This commit is contained in:
Falko Zurell 2025-01-20 09:53:20 +01:00
parent df29dbe4e5
commit 80ca4ce73c

View file

@ -2,7 +2,7 @@ use std::fs;
use serde::Deserialize;
use serde_json::{json, Value};
use reqwest::blocking::Client;
use reqwest::{self, multipart};
use reqwest::{self};
use std::error::Error;
use base64::{Engine as _, engine::general_purpose::STANDARD};